Decimal.INumberBase<Decimal>.IsRealNumber(Decimal) Método

Definición

Determina si un valor representa un número real.

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

Parámetros

value
Decimal

Valor que se va a comprobar.

Devoluciones

true es si value es un número real; en caso contrario, falsees .

Implementaciones

Se aplica a