floor method

int floor(
  1. num value
)
inherited

Implementation

int floor(num value) {
  return value.floor();
}