UInt16.INumberBase<UInt16>.IsFinite(UInt16) Methode

Definition

Bestimmt, ob ein Wert endlich ist.

 static bool System.Numerics.INumberBase<System.UInt16>.IsFinite(System::UInt16 value) = System::Numerics::INumberBase<System::UInt16>::IsFinite;
static bool INumberBase<ushort>.IsFinite (ushort value);
static member System.Numerics.INumberBase<System.UInt16>.IsFinite : uint16 -> bool
 Shared Function IsFinite (value As UShort) As Boolean Implements INumberBase(Of UShort).IsFinite

Parameter

value
UInt16

Der zu überprüfende Wert.

Gibt zurück

true , wenn value endlich ist, falseandernfalls .

Implementiert

Gilt für: