CoopVec<T, N:int>.neg
Description
Returns a new cooperative vector where each component has its sign negated.
Signature
CoopVec<T, N> CoopVec<T, N:int>.neg() where T : __BuiltinArithmeticType;
Return value
A new cooperative vector containing the negated values.