System.Math.Ldexp

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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 */;

Eigenschaften

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

Beschreibung

Berechnet X mal (2 hoch P).

Ldexp gibt X mal (2 hoch P) zurück.

Siehe auch