已不再支援此瀏覽器。
請升級至 Microsoft Edge,以利用最新功能、安全性更新和技術支援。
利用尾數和指數計算出一個實數。
inline float ldexp( float _X, int _Exp ) restrict(amp);
_X 浮點值,尾數
_Exp 整數指數
傳回 _X * 2^_Exp
標頭: amp_math.h
命名空間: Concurrency::fast_math
Concurrency::fast_math 命名空間