INumberBase<TSelf>.IsNegativeInfinity(TSelf) Methode

Definition

Bestimmt, ob ein Wert negativ unendlich ist.

public:
 static bool IsNegativeInfinity(TSelf value);
public static abstract bool IsNegativeInfinity (TSelf value);
static member IsNegativeInfinity : 'Self -> bool
Public Shared Function IsNegativeInfinity (value As TSelf) As Boolean

Parameter

value
TSelf

Der zu überprüfende Wert.

Gibt zurück

true , wenn value negativ unendlich ist, falseandernfalls .

Gilt für: