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

Definizione

Determina se un valore rappresenta un numero reale.

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

Parametri

value
Int32

Valore da controllare.

Restituisce

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

Implementazioni

Si applica a