Half.IsFinite(Half) Methode

Definition

Diese Methode bestimmt, ob der Wert endlich ist (Null, subnormal oder normal).

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

Parameter

value
Half

Eine Half-Gleitkommazahl.

Gibt zurück

Boolean

true, wenn der angegebene Wert endlich ist (Null, subnormal oder normal); sonst false.

Implementiert

Gilt für