Half.IsFinite(Half) Method

Definition

Determines whether the specified value is finite (zero, subnormal, or normal).

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

Parameters

value
Half

A Half floating-point number.

Returns

true if the specified value is finite (zero, subnormal or normal); otherwise, false.

Implements

Applies to