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

Definição

Determina se um valor é infinito negativo.

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

Parâmetros

value
Decimal

O valor a ser verificado.

Retornos

true se value for infinito negativo; caso contrário, false.

Implementações

Aplica-se a