round method
void
round()
Round entries in this.
Implementation
void round() {
_v2storage[0] = _v2storage[0].roundToDouble();
_v2storage[1] = _v2storage[1].roundToDouble();
}
Round entries in this.
void round() {
_v2storage[0] = _v2storage[0].roundToDouble();
_v2storage[1] = _v2storage[1].roundToDouble();
}