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.
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