Int64.IsPow2(Int64) Methode

Definition

Bestimmt, ob ein Wert eine Macht von zwei ist.

public:
 static bool IsPow2(long value) = System::Numerics::IBinaryNumber<long>::IsPow2;
public static bool IsPow2 (long value);
static member IsPow2 : int64 -> bool
Public Shared Function IsPow2 (value As Long) As Boolean

Parameter

value
Int64

Der zu überprüfende Wert.

Gibt zurück

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

Implementiert

Gilt für: