UIntPtr.Log2(UIntPtr) Método

Definição

Calcula o log2 de um valor.

public:
 static UIntPtr Log2(UIntPtr value) = System::Numerics::IBinaryNumber<UIntPtr>::Log2;
public static UIntPtr Log2 (UIntPtr value);
static member Log2 : unativeint -> unativeint
Public Shared Function Log2 (value As UIntPtr) As UIntPtr

Parâmetros

value
UIntPtr

unativeint

Retornos

UIntPtr

unativeint

O log2 de value.

Implementações

Aplica-se a