INumberBase<TSelf>.IsNegativeInfinity(TSelf) Methode

Definition

Bestimmt, ob ein Wert negative Unendlichkeit 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 negative Unendlichkeit; andernfalls false.

Gilt für: