Half.IsNegative(Half) Method

Definition

Determines whether the specified value is negative.

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

Parameters

value
Half

A Half floating-point number.

Returns

true if negative; false otherwise.

Implements

Applies to