Half.IsSubnormal(Half) Method

Definition

Determines whether the specified value is subnormal.

public:
 static bool IsSubnormal(Half value);
public static bool IsSubnormal (Half value);
static member IsSubnormal : Half -> bool
Public Shared Function IsSubnormal (value As Half) As Boolean

Parameters

value
Half

A Half floating-point number.

Returns

Boolean

true if value is subnormal; falsefalse.

Applies to