fmin 函式 (fast_math)

判斷引數最小的數字值

inline float min(
   float _X,
   float _Y
) restrict(amp);

參數

  • _X
    整數值

  • _Y
    整數值

傳回值

傳回引數最小的數字值

需求

標頭: amp_math.h

命名空間: Concurrency::fast_math

請參閱

參考

Concurrency::fast_math 命名空間