Int128.Log2(Int128) Método

Definição

Calcula o log2 de um valor.

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

Parâmetros

value
Int128

Retornos

Int128

O log2 de value.

Implementações

Aplica-se a