negate static method

Basic Transformations

Returns TransformationData.

Implementation

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