Single.Log2(Single) Método

Definición

Calcula el registro2 de un valor.

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

Parámetros

value
Single

Valor cuyo registro2 se va a calcular.

Devoluciones

Registro2 de value.

Implementaciones

Se aplica a