オーバーロード | 解説 |
---|---|
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. |
オーバーロード | 解説 |
---|---|
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. |