UInt32.IsPow2(UInt32) Methode

Definition

Bestimmt, ob ein Wert eine Potenz von zwei ist.

public:
 static bool IsPow2(System::UInt32 value) = System::Numerics::IBinaryNumber<System::UInt32>::IsPow2;
public static bool IsPow2 (uint value);
static member IsPow2 : uint32 -> bool
Public Shared Function IsPow2 (value As UInteger) As Boolean

Parameter

value
UInt32

Der zu überprüfende Wert.

Gibt zurück

true , wenn value eine Potenz von zwei ist, andernfalls false.

Implementiert

Gilt für: