Half.IsSubnormal(Half) Methode

Definition

Bestimmt, ob der angegebene Wert subnormal ist.

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

Parameter

value
Half

Eine Half-Gleitkommazahl.

Gibt zurück

Boolean

true, wenn value subnormal ist; falsefalse.

Implementiert

Gilt für