Int64.INumberBase<Int64>.IsNegativeInfinity(Int64) Methode

Definition

Bestimmt, ob ein Wert negativ unendlich ist.

 static bool System.Numerics.INumberBase<System.Int64>.IsNegativeInfinity(long value) = System::Numerics::INumberBase<long>::IsNegativeInfinity;
static bool INumberBase<long>.IsNegativeInfinity (long value);
static member System.Numerics.INumberBase<System.Int64>.IsNegativeInfinity : int64 -> bool
 Shared Function IsNegativeInfinity (value As Long) As Boolean Implements INumberBase(Of Long).IsNegativeInfinity

Parameter

value
Int64

Der zu überprüfende Wert.

Gibt zurück

true , wenn value negativ unendlich ist, falseandernfalls .

Implementiert

Gilt für: