BigInteger.IsPow2(BigInteger) Método

Definición

Determina si un valor es una potencia de dos.

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

Parámetros

value
BigInteger

Valor que se va a comprobar.

Devoluciones

true es si value es una potencia de dos; de lo contrario, falsees .

Implementaciones

Se aplica a