Single.Log2(Single) Metoda

Definicja

Oblicza dziennik2 wartości.

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

Parametry

value
Single

Wartość, której log2 ma zostać obliczona.

Zwraca

Dziennik2 z value.

Implementuje

Dotyczy