次の方法で共有


extent::operator-= 演算子

各要素から指定した数を減算、 程度オブジェクト。

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

名前空間: Concurrency

参照

関連項目

extent クラス (C++ AMP)