extent::operator(mod)= Operator

Calculates the modulus (remainder) of each element in the extent when that element is divided by a number.

extent<_Rank>& operator%=(
   int _Rhs
) restrict(cpu, direct3d);

Parameters

  • _Rhs
    The number to find the modulus of.

Return Value

The extent object.

Requirements

Header: amp.h

Namespace: Concurrency

See Also

Reference

extent Class (C++ AMP)