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

Definice

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

 static bool System.Numerics.INumberBase<nuint>.IsRealNumber(UIntPtr value) = System::Numerics::INumberBase<UIntPtr>::IsRealNumber;
static bool INumberBase<UIntPtr>.IsRealNumber (UIntPtr value);
static member System.Numerics.INumberBase<nuint>.IsRealNumber : unativeint -> bool
 Shared Function IsRealNumber (value As UIntPtr) As Boolean Implements INumberBase(Of UIntPtr).IsRealNumber

Parametry

value
UIntPtr

unativeint

Hodnota, která se má zkontrolovat.

Návraty

true pokud value je reálné číslo, v opačném případě false.

Implementuje

Platí pro