Half.IsNegativeInfinity(Half) Method

Definition

Determines whether the specified value is negative infinity.

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

Parameters

value
Half

A Half floating-point number.

Returns

true if value evaluates to NegativeInfinity; otherwise false.

Implements

Applies to