Int128.IsPow2(Int128) Methode

Definition

Bestimmt, ob ein Wert eine Leistung von zwei ist.

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

Parameter

value
Int128

Gibt zurück

Boolean

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

Implementiert

Gilt für