Half.Log2(Half) Método

Definición

Calcula el registro2 de un valor.

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

Parámetros

value
Half

Devoluciones

Half

Registro2 de value.

Implementaciones

Se aplica a