Share via


extent::operator*= Operator

Multiplies each element in the extent object by the specified number.

extent<_Rank>& operator*=(
   int _Rhs                     
) restrict(amp,cpu);

Parameters

  • _Rhs
    The number to multiply.

Return Value

The extent object.

Requirements

Header: amp.h

Namespace: Concurrency

See Also

Reference

extent Class (C++ AMP)