Decimal.INumberBase<Decimal>.IsInfinity(Decimal) Metodo

Definizione

Determina se un valore è infinito.

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

Parametri

value
Decimal

Valore da controllare.

Restituisce

true se value è infinito; in caso contrario, false.

Implementazioni

Si applica a