Språk

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

Definition

Avgör om ett värde är negativ oändlighet.

 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

Parametrar

value
Byte

Det värde som ska kontrolleras.

Returer

true if value is negative infinity;wise, false.

Implementeringar

Gäller för