Auf Englisch lesen Bearbeiten

Freigeben über


Half.IsFinite(Half) Method

Definition

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

public static bool IsFinite (Half value);

Parameters

value
Half

A Half floating-point number.

Returns

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

Implements

Remarks

This effectively checks the value is not NaN and not infinite.

Applies to

Produkt Versionen
.NET 5, 6, 7, 8, 9