CoopVec<T, N:int>.div
Description
Performs component-wise division with another cooperative vector.
Signature
CoopVec<T, N> CoopVec<T, N:int>.div(CoopVec<T, N> other) where T : __BuiltinArithmeticType;
Parameters
other : CoopVec<T, N>
The cooperative vector to divide this vector by.
Return value
A new cooperative vector containing the quotient of the two vectors.