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

Definición

Determina si un valor es infinito negativo.

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

Parámetros

value
Byte

Valor que se va a comprobar.

Devoluciones

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

Implementaciones

Se aplica a