truncateToDouble method
Returns the integer obtained by discarding any fractional digits from
this.
The result is a double.
Implementation
double truncateToDouble() => truncate().toDouble();
Returns the integer obtained by discarding any fractional digits from
this.
The result is a double.
double truncateToDouble() => truncate().toDouble();