INumberBase<TSelf>.IsSubnormal(TSelf) Methode

Definition

Bestimmt, ob ein Wert subnormal ist.

public:
 static bool IsSubnormal(TSelf value);
public static abstract bool IsSubnormal (TSelf value);
static member IsSubnormal : 'Self -> bool
Public Shared Function IsSubnormal (value As TSelf) As Boolean

Parameter

value
TSelf

Der zu überprüfende Wert.

Gibt zurück

true , wenn value subnormal ist, falseandernfalls .

Gilt für: