Читати англійською Редагувати

Поділитися через


Half.IsSubnormal(Half) Method

Definition

Determines whether the specified value is subnormal.

C#
public static bool IsSubnormal(Half value);

Parameters

value
Half

A Half floating-point number.

Returns

true if value is subnormal; falsefalse.

Implements

Remarks

This effectively checks the value is not NaN, not infinite, not normal, and not zero.

Applies to