UInt16.IsPow2(UInt16) Methode

Definition

Bestimmt, ob ein Wert eine Potenz von zwei ist.

public:
 static bool IsPow2(System::UInt16 value) = System::Numerics::IBinaryNumber<System::UInt16>::IsPow2;
public static bool IsPow2 (ushort value);
static member IsPow2 : uint16 -> bool
Public Shared Function IsPow2 (value As UShort) As Boolean

Parameter

value
UInt16

Der zu überprüfende Wert.

Gibt zurück

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

Implementiert

Gilt für: