fmax 函式
判斷引數的最大的數字值
inline float fmax(
float _X,
float _Y
) restrict(amp);
inline double fmax(
double _X,
double _Y
) restrict(amp);
參數
_X
浮點數值_Y
浮點數值
傳回值
傳回引數的最大的數字值
需求
標頭: amp_math.h
命名空間: Concurrency::precise_math
判斷引數的最大的數字值
inline float fmax(
float _X,
float _Y
) restrict(amp);
inline double fmax(
double _X,
double _Y
) restrict(amp);
_X
浮點數值
_Y
浮點數值
傳回引數的最大的數字值
標頭: amp_math.h
命名空間: Concurrency::precise_math