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
Post a Comment