This topic has not yet been rated - Rate this topic

valarray::operator*=

Visual Studio 6.0
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.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.