Single.Log2(Single) Metod

Definition

Beräknar log2 för ett värde.

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

Parametrar

value
Single

Värdet vars log2 ska beräknas.

Returer

Log2 för value.

Implementeringar

Gäller för