UInt128.IsPow2(UInt128) Methode

Definitie

Bepaalt of een waarde een macht van twee is.

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

Parameters

value
UInt128

De waarde die moet worden gecontroleerd.

Retouren

trueals value het een macht van twee is, anders. false

Implementeringen

Van toepassing op