UInt128.IsPow2(UInt128) Methode

Definition

Bestimmt, ob ein Wert eine Leistung von zwei ist.

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

Parameter

value
UInt128

Gibt zurück

Boolean

true wenn value es sich um eine Macht von zwei handelt; andernfalls false.

Implementiert

Gilt für