System.BuiltInLog2

De RAD Studio API Documentation

Delphi

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

Propriétés

Type Visibilité  Source Unité  Parent
function public System.pas System System


Description

Calcule le logarithme en base 2.

BuiltInLog2 renvoie le logarithme en base 2 de X.

Prise en charge du compilateur

Le tableau suivant affiche quels sont les compilateurs Delphi qui prennent en charge cette fonction :

DCC32 DCC64 DCCOSX DCCAARM DCCIOSARM DCCIOSARM64 DCCIOS32

Voir aussi