Afficher : Delphi
C++
Préférences d'affichage
System.Math.Ldexp
De XE2 API Documentation
Delphi
function Ldexp(const X: Single; const P: Integer): Single; function Ldexp(const X: Double; const P: Integer): Double; function Ldexp(const X: Extended; const P: Integer): Extended;
C++
extern PACKAGE float __fastcall Ldexp(const float X, const int P)/* overload */;
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
| function | public | System.Math.pas System.Math.hpp |
System.Math | System.Math |
Description
Calcule X fois (2 puissance P).
Ldexp renvoie X fois (2 puissance P).