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

Definizione

Determina se un valore rappresenta un numero reale.

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

Parametri

value
Byte

Valore da controllare.

Restituisce

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

Implementazioni

Si applica a