ceil static method

dynamic ceil(
  1. dynamic v
)

ε‘δΈŠε–ζ•΄

Implementation

static ceil(v) {
  return v.ceil();
}