Compartir a través de


Int128.Log2(Int128) Método

Definición

Calcula el registro2 de un 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

Devoluciones

Int128

Registro2 de value.

Implementaciones

Se aplica a