Half.IsPositiveInfinity(Half) Method

Definition

Determines whether the specified value is positive infinity.

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

Parameters

value
Half

A Half floating-point number.

Returns

true if value evaluates to PositiveInfinity; otherwise false.

Implements

Applies to