Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
About
Specifies rounding direction when there is a tie between the possible numbers to round to.
Allowed values
| Name | Value | Description |
|---|---|---|
RoundingMode.Up |
0 | Round up when there is a tie between the possible numbers to round to. |
RoundingMode.Down |
1 | Round down when there is a tie between the possible numbers to round to. |
RoundingMode.AwayFromZero |
2 | Round away from zero when there is a tie between the possible numbers to round to. |
RoundingMode.TowardZero |
3 | Round toward zero when there is a tie between the possible numbers to round to. |
RoundingMode.ToEven |
4 | Round to the nearest even number when there is a tie between the possible numbers to round to. |