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

Definição

Determina se um valor é infinito negativo.

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

Parâmetros

value
SByte

O valor a ser verificado.

Retornos

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

Implementações

Aplica-se a