System.Math.Log2

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function Log2(const X: Single): Single;
function Log2(const X: Double): Double;
function Log2(const X: Extended): Extended;

C++

extern DELPHI_PACKAGE float __fastcall Log2(const float X)/* overload */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
System.Math.pas
System.Math.hpp
System.Math System.Math

Beschreibung

Berechnet den Logarithmus zur Basis 2.

Log2 gibt den Logarithmus zur Basis 2 von X zurück.

Siehe auch