System.Math.Ldexp

De RAD Studio API Documentation
Aller à : navigation, rechercher

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 DELPHI_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).

Voir aussi