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

Definice

Určuje, zda je hodnota konečná.

 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

Parametry

value
UInt16

Hodnota, která se má zkontrolovat.

Návraty

true pokud value je konečný, jinak hodnota false.

Implementuje

Platí pro