CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
midpoint_rounding.h
1
3#ifndef _aspose_system_midpoint_rounding_h_
4#define _aspose_system_midpoint_rounding_h_
5
6namespace System {
7
10{
12 ToEven,
15};
16
17}
18
19#endif // _aspose_system_midpoint_rounding_h_
Definition: db_command.h:9
MidpointRounding
Specifies the behavior of rounding functions.
Definition: midpoint_rounding.h:10
@ ToEven
Round to the nearest even number.
@ AwayFromZero
Round to the nearest number that is away from zero.