Half.IsFinite(Half) Methode

Definitie

Bepaalt of de opgegeven waarde eindig is (nul, subnormaal of normaal).

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

Parameters

value
Half

Een Half drijvendekommagetal.

Retouren

true als de opgegeven waarde eindig is (nul, subnormaal of normaal); anders, false.

Implementeringen

Opmerkingen

Dit controleert effectief of de waarde niet NaN is en niet oneindig.

Van toepassing op