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

Definice

Určuje, zda hodnota představuje reálné číslo.

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

Parametry

value
UInt16

Hodnota, která se má zkontrolovat.

Návraty

true pokud value je reálné číslo, jinak hodnota false.

Implementuje

Platí pro