Half.IsNormal(Half) Methode

Definition

Bestimmt, ob der angegebene Wert normal ist.

public:
 static bool IsNormal(Half value);
public:
 static bool IsNormal(Half value) = System::Numerics::INumberBase<Half>::IsNormal;
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

Boolean

true, wenn value normal ist; sonst false.

Implementiert

Gilt für