Floor to the nearest multiple.
multiple
num floorToMultiple(num multiple) => (this / multiple).floor() * multiple;