extent::operator-= 運算子
將 extent 物件中的每個項目減去指定的數值。
extent<_Rank>& operator-=(
const extent<_Rank>& _Rhs
) restrict(amp,cpu);
extent<_Rank>& operator-=(
const index<_Rank>& _Rhs
) restrict(amp,cpu);
extent<_Rank>& operator-=(
int _Rhs
) restrict(amp,cpu);
參數
- _Rhs
減數值。
傳回值
產生的 extent 物件。
需求
標頭檔: amp.h
**命名空間:**並行