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

Definicja

Określa, czy wartość reprezentuje liczbę rzeczywistą.

 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

Wartość do sprawdzenia.

Zwraca

true jeśli value jest liczbą rzeczywistą; w przeciwnym razie false.

Implementuje

Dotyczy