SByte.Log2(SByte) Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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.