SByte.Log2(SByte) Yöntem

Tanım

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

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

Parametreler

value
SByte

Log2'nin hesaplanması gereken değer.

Döndürülenler

günlüğünün2.value

Uygulamalar

Şunlara uygulanır