DivVectorExtension<T> extension

on

Methods

divScalar(T other) Vector<T>
Returns a view of the multiplication of this Vector and a scalar.
divVector(Vector<T> other) Vector<T>
Returns a view of the element-wise multiplication of this Vector and other.

Operators

operator /(Object other) Vector<T>
Returns a view of the element-wise division of this Vector by other.