Half.IsNormal(Half) Method

Definition

Determines whether the specified value is normal.

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

Parameters

value
Half

A Half floating-point number.

Returns

true if value is normal; false otherwise.

Implements

Applies to