System.BuiltInLog2

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function BuiltInLog2(X: Real): Extended; overload;
function BuiltInLog2(X: Real): Double; overload;
function BuiltInLog2(X: Real): Single; overload;

Eigenschaften

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


Beschreibung

Berechnet den Logarithmus zur Basis 2.

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

Compiler-Unterstützung

Die folgende Tabelle zeigt, welche Delphi-Compiler diese Funktion unterstützen:

DCC32 DCC64 DCCOSX DCCAARM DCCIOSARM DCCIOSARM64 DCCIOS32
YesC++11Feature.png
YesC++11Feature.png

Siehe auch