double2Long method

int double2Long(
  1. double f
)

Implementation

int double2Long(double f) => f.toInt();