floor static method

double floor(
  1. double x
)

Implementation

static double floor( double x ){ return x.floor().toDouble(); }