IntPtr.IsPow2(IntPtr) Método

Definição

Determina se um valor é uma potência de dois.

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

Parâmetros

value
IntPtr

nativeint

O valor a ser verificado.

Retornos

true se value for uma potência de dois; caso contrário, false.

Implementações

Aplica-se a