negate static method

Basic Transformations

@return The generated TransformationData.

Implementation

static TransformationData negate() {
  // Call the generated class method
  return Negate().negate();
}