API: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

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !