What is the function used in Javascript similar to this function of VBscript FormatNumber(3.43445454, 1)
What is the function used in Javascript similar to this function of VBscript Round(3.43445454, 1)
Thank you very...very much.
Printable View
What is the function used in Javascript similar to this function of VBscript FormatNumber(3.43445454, 1)
What is the function used in Javascript similar to this function of VBscript Round(3.43445454, 1)
Thank you very...very much.
Math.Round(int);