NFloat.IsNegative(NFloat) Method  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 -> boolPublic Shared Function IsNegative (value As NFloat) As BooleanParameters
- value
- NFloat
The floating-point value.
Returns
true if the value is negative; false otherwise.