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

Definición

Determina si un valor es 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

Parámetros

value
Decimal

Valor que se va a comprobar.

Devoluciones

true es si value es infinito; en caso contrario, falsees .

Implementaciones

Se aplica a