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

Definicja

Określa, czy wartość jest ujemną nieskończonością.

 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

Parametry

value
Byte

Wartość do sprawdzenia.

Zwraca

true jeśli value jest nieskończoność ujemna; w przeciwnym razie false.

Implementuje

Dotyczy