Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determine the minimum numeric value of the arguments
inline float fmin(
   float _X,
   float _Y
) restrict(amp);
inline double fmin(
   double _X,
   double _Y
) restrict(amp);
Parameters
- _X 
 Floating-point value
- _Y 
 Floating-point value
Return Value
Return the minimum numeric value of the arguments
Requirements
Header: amp_math.h
Namespace: Concurrency::precise_math