ILogarithmicFunctions<TSelf>.Log2(TSelf) Yöntem

Tanım

Bir değerin 2 tabanındaki logaritması hesaplar.

public:
 static TSelf Log2(TSelf x);
public static abstract TSelf Log2 (TSelf x);
static member Log2 : 'Self -> 'Self
Public Shared Function Log2 (x As TSelf) As TSelf

Parametreler

x
TSelf

Temel 2 logaritması hesaplanacak olan değer.

Döndürülenler

TSelf

2 tabanında logaritması x.

Şunlara uygulanır