Bagikan melalui


NFloat.Log2(NFloat) Metode

Definisi

Menghitung log2 dari nilai.

public:
 static System::Runtime::InteropServices::NFloat Log2(System::Runtime::InteropServices::NFloat value) = System::Numerics::IBinaryNumber<System::Runtime::InteropServices::NFloat>::Log2;
public static System.Runtime.InteropServices.NFloat Log2 (System.Runtime.InteropServices.NFloat value);
static member Log2 : System.Runtime.InteropServices.NFloat -> System.Runtime.InteropServices.NFloat
Public Shared Function Log2 (value As NFloat) As NFloat

Parameter

value
NFloat

Nilai yang log2-nya akan dihitung.

Mengembalikan

Log2 dari value.

Penerapan

Berlaku untuk