remainder Function
Computes the remainder: _X REM _Y
inline float remainder(
float _X,
float _Y
) restrict(amp);
inline double remainder(
double _X,
double _Y
) restrict(amp);
Parameters
_X
Floating-point value_Y
Floating-point value
Return Value
Returns _X REM _Y
Requirements
Header: amp_math.h
Namespace: Concurrency::precise_math