英語で読む 編集

次の方法で共有


Half.IsSubnormal(Half) Method

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

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

製品 バージョン
.NET 5, 6, 7, 8, 9, 10