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

Definice

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

 static bool System.Numerics.INumberBase<System.UInt32>.IsRealNumber(System::UInt32 value) = System::Numerics::INumberBase<System::UInt32>::IsRealNumber;
static bool INumberBase<uint>.IsRealNumber (uint value);
static member System.Numerics.INumberBase<System.UInt32>.IsRealNumber : uint32 -> bool
 Shared Function IsRealNumber (value As UInteger) As Boolean Implements INumberBase(Of UInteger).IsRealNumber

Parametry

value
UInt32

Hodnota, která se má zkontrolovat.

Návraty

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

Implementuje

Platí pro