SByte.INumberBase<SByte>.IsNegativeInfinity(SByte) Metodo

Definizione

Determina se un valore è 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

Parametri

value
SByte

Valore da controllare.

Restituisce

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

Implementazioni

Si applica a