roundingwithgivenprecision-xif
Web icon

Rounding With Given Precision

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded on 11 May 2020 by 
0.0
 (0 ratings)
roundingwithgivenprecision-xif

Rounding With Given Precision

Details
It rounds off decimal to a specified precision .
Read more

Example

If we want to round off 2 decimal places:

35.00449 will be rounded off to 35.01, if you give input with precision of 2 


Currently I had the requirement but couldn't find any function that rounds off with given precision, this is for .NET platform


Input 

inputDecimalString(string)

Precision(Integer)

OutPut 

OutputDecimalString(String)
Release notes (1.0.0)
Reviews (0)