fmaxf Function (fast_math)
Determine the maximum numeric value of the arguments
inline float fmaxf(
float _X,
float _Y
) restrict(amp);
Parameters
_X
Floating-point value_Y
Floating-point value
Return Value
Return the maximum numeric value of the arguments
Requirements
Header: amp_math.h
Namespace: Concurrency::fast_math