setZero method

void setZero()

Set the min and max to zero.

Implementation

void setZero() {
  min.setZero();
  max.setZero();
}