SByte.Log2(SByte) Método

Definición

Calcula el registro2 de un valor.

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

Parámetros

value
SByte

Valor cuyo registro2 se va a calcular.

Devoluciones

Registro2 de value.

Implementaciones

Se aplica a