Ascending method

SortExp Ascending()

Implementation

SortExp Ascending() {
  return new SortExp(this);
}