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.
Divides each element in the extent object by the specified number.
extent<_Rank>& operator/=(
int _Rhs
) restrict(amp,cpu);
Parameters
- _Rhs
The number to divide by.
Return Value
The extent object.
Requirements
Header: amp.h
Namespace: Concurrency