floor static method

int floor(
  1. num x
)

Implementation

static int floor(num x) {
  return x.floor();
}