System::MidpointRounding enum
MidpointRounding enum
Specifies the behavior of rounding functions.
enum class MidpointRounding
Values
Name | Value | Description |
---|---|---|
ToEven | 0 | Round to the nearest even number. |
AwayFromZero | 1 | Round to the nearest number that is away from zero. |
See Also
- Namespace System
- Library Aspose.TeX for C++