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