NFloat.IsNegativeInfinity(NFloat) Method

Definition

Determines whether the specified value is negative infinity.

public:
 static bool IsNegativeInfinity(System::Runtime::InteropServices::NFloat value) = System::Numerics::INumberBase<System::Runtime::InteropServices::NFloat>::IsNegativeInfinity;
public static bool IsNegativeInfinity (System.Runtime.InteropServices.NFloat value);
static member IsNegativeInfinity : System.Runtime.InteropServices.NFloat -> bool
Public Shared Function IsNegativeInfinity (value As NFloat) As Boolean

Parameters

value
NFloat

The floating-point value.

Returns

true if the value is negative infinity; false otherwise.

Implements

Applies to