Hi,
When we receive a bar high() or low() numbers. it is a number with 7-8 extention after the decimal point. for example
567.6754321.
I want to display the number with only 2 digits after the decimal point: 567.67
Math.round does not give the answer.
Which operator or object can do the job ?
Thanks
When we receive a bar high() or low() numbers. it is a number with 7-8 extention after the decimal point. for example
567.6754321.
I want to display the number with only 2 digits after the decimal point: 567.67
Math.round does not give the answer.
Which operator or object can do the job ?
Thanks
Comment