C++
C#
VB
JScript
All

External Function operator/=


Copyright (C) 2005 IENT-RWTH Aachen

template<class V, class G> inline Vector<G> &operator/=(Vector<G> &X, const V &v)
template<class V, class G> inline Matrix<G> &operator/=(Matrix<G> &X, const V &v)

Divide-Equals Operator

Returns

A reference to the current object.

Remarks

This sets the current object to the result of dividing the original value of this object by the value on the right.