IBinaryNumber<TSelf>.IsPow2(TSelf) Methode

Definition

Bestimmt, ob ein Wert eine Macht von zwei ist.

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

Parameter

value
TSelf

Der zu überprüfende Wert.

Gibt zurück

true , wenn value eine Macht von zwei ist, falseandernfalls .

Gilt für: