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

Definition

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

 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

Parametrar

value
SByte

Det värde som ska kontrolleras.

Returer

true if value is negative infinity;wise, false.

Implementeringar

Gäller för