INumberBase<TSelf>.IsNegativeInfinity(TSelf) Metod

Definition

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

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

Parametrar

value
TSelf

Det värde som ska kontrolleras.

Returer

true if value is negative infinity;wise, false.

Gäller för