floor method

Complex floor()

Floors the values of this complex number to integers.

Implementation

Complex floor() => Complex(a.floor(), b.floor());