Half.IsNegative(Half) 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(Half value) = System::Numerics::INumberBase<Half>::IsNegative;public:
 static bool IsNegative(Half value);public static bool IsNegative(Half value);static member IsNegative : Half -> boolPublic Shared Function IsNegative (value As Half) As BooleanParameters
Returns
true if negative; false otherwise.