llrint function

int llrint(
  1. double x
)

Implementation

int llrint(double x) => rint(x).toInt();