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

Definición

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

Valor que se va a comprobar.

Devoluciones

true es si value es infinito negativo; de lo contrario, falsees .

Implementaciones

Se aplica a