Decimal places

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)
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset