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

Definizione

Determina se un valore rappresenta un numero reale.

 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

Parametri

value
UInt32

Valore da controllare.

Restituisce

true se value è un numero reale; in caso contrario, false.

Implementazioni

Si applica a