index::operator/= Operator

Divides each element in the index object by the specified number.

index<_Rank>& operator/=(
   int _Rhs
) restrict(amp,cpu);

Parameters

  • _Rhs
    The number to divide by.

Return Value

The index object.

Requirements

Header: amp.h

Namespace: Concurrency

See Also

Reference

index Class