NFloat.IsNegative(NFloat) Method

Definition

Determines whether the specified value is negative.

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

Parameters

value
NFloat

The floating-point value.

Returns

true if the value is negative; false otherwise.

Implements

Applies to