Hi All
A BigNumbers question. Can someone please clarify how I should round a BigDecimal to its integer value.
IE: For a Double, I would use Double1 = NumberFormat(Double1,1,0)
For a BigDecimal would I use "BigDecimal1.Round (precision As Int, 0)"?
If so, what goes in the "precision As Int" part. I have researched precision but it appears to assume that I already know the answer.
Thanks in advance
Roger
A BigNumbers question. Can someone please clarify how I should round a BigDecimal to its integer value.
IE: For a Double, I would use Double1 = NumberFormat(Double1,1,0)
For a BigDecimal would I use "BigDecimal1.Round (precision As Int, 0)"?
If so, what goes in the "precision As Int" part. I have researched precision but it appears to assume that I already know the answer.
Thanks in advance
Roger