umin Function

Determine the minimum numeric value of the arguments

inline unsigned int umin(
   unsigned int _X,
   unsigned 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

See Also

Reference

Concurrency::direct3d Namespace