Sdílet prostřednictvím


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

Definice

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

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

Parametry

value
UInt128

Hodnota, která se má zkontrolovat.

Návraty

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

Implementuje

Platí pro