c# - Rounding digits exception -


if passing large number significantdifference method

steema.teechart.utils.significantdifference(2011100616556782.7, 2011100616556782.7) 

the following exception happened:

rounding digits must between 0 , 15 inclusive parameter name digits.

i got error after lot of zooming operations on large data.

could in this?

this because arguments given utils.significantdifference exceed precision range of double.

could please explain how reproduce exact steps should follow reproduce issue?


Comments

Popular posts from this blog

java - Jmockit String final length method mocking Issue -

What is the difference between data design and data model(ERD) -

ios - Can NSManagedObject conform to NSCoding -