imin Function
Determine the minimum numeric value of the arguments
inline int imin(
int _X,
int _Y
) restrict(amp);
Parameters
_X
Integer value_Y
Integer value
Return Value
Return the minimum numeric value of the arguments
Requirements
Header: amp.h
Namespace: Concurrency::direct3d