此浏览器不再受支持。
请升级到 Microsoft Edge 以使用最新的功能、安全更新和技术支持。
valarray::operator-=
valarray<T>& operator-=(const valarray<T>& x); valarray<T>& operator-=(const T& x);
The member operator replaces each element I of *this with (*this)[I] - x[I]. It returns *this.
I
*this
(*this)[I] - x[I]