Overload | Description |
---|---|
Round(Decimal,Int32) | Returns the number nearest the specified value. |
Round(Single) | To make a round mathematic operation for float type number |
Round(Double) | To make a round mathematic operation for double type number. |
Overload | Description |
---|---|
Round(Decimal,Int32) | Returns the number nearest the specified value. |
Round(Single) | To make a round mathematic operation for float type number |
Round(Double) | To make a round mathematic operation for double type number. |