Single.Log2(Single) Yöntem

Tanım

Bir değerin 2. günlüğünü hesaplar.

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

Parametreler

value
Single

Log2'nin hesaplanması gereken değer.

Döndürülenler

günlüğünün2.value

Uygulamalar

Şunlara uygulanır