September 2018
Intermediate to advanced
328 pages
10h 46m
English
This is the total number of decimal places rounding occurs to. 5 is the default value:
![]()
The code is as follows:
public double Swarm_Round(double x) => decimalPlaces != -1 ? Math.Round(x, decimalPlaces)
Read now
Unlock full access