INumberBase<TSelf>.IsNegativeInfinity(TSelf) Method

Definition

Determines if a value is negative infinity.

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

Parameters

value
TSelf

The value to be checked.

Returns

true if value is negative infinity; otherwise, false.

Applies to