Half.IsInfinity(Half) Method

Definition

Returns a value indicating whether the specified number evaluates to positive infinity.

public:
 static bool IsInfinity(Half value);
public:
 static bool IsInfinity(Half value) = System::Numerics::INumberBase<Half>::IsInfinity;
public static bool IsInfinity (Half value);
static member IsInfinity : Half -> bool
Public Shared Function IsInfinity (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