Half.IsNormal(Half) Methode

Definition

Bestimmt, ob der angegebene Wert normal ist.

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

Parameter

value
Half

Eine Half Gleitkommazahl.

Gibt zurück

true wenn value normal false , andernfalls.

Implementiert

Hinweise

Dadurch wird der Wert nicht naN, nicht unendlich, nicht subnormal und nicht null überprüft.

Gilt für: