VectorInt.Negative Operator

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

Negates all values inside AValue.

#NameTypeDescription
1AValueVectorInt

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