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

Definizione

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

Parametri

value
Byte

Valore da controllare.

Restituisce

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

Implementazioni

Si applica a