Byte.Log2(Byte) Yöntem

Tanım

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

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

Parametreler

value
Byte

Log2'nin hesaplanması gereken değer.

Döndürülenler

günlüğünün2.value

Uygulamalar

Şunlara uygulanır