isFalse method

bool isFalse()

Implementation

bool isFalse() {
  return x == 0 && y == 0 && z == 0 && s == 1;
}