ceil method
Ceil entries in this.
Implementation
void ceil() {
  _v2storage[0] = _v2storage[0].ceilToDouble();
  _v2storage[1] = _v2storage[1].ceilToDouble();
}Ceil entries in this.
void ceil() {
  _v2storage[0] = _v2storage[0].ceilToDouble();
  _v2storage[1] = _v2storage[1].ceilToDouble();
}