clMatrix.Negative Operator

class operator Negative(const AValue: clMatrix): clMatrix;

Negates all values inside AValue.

#NameTypeDescription
1AValueclMatrix

Result: stored in self (calling object), returns self for chaining