Click or drag to resize
UomRounding Enumeration

Namespace: FDF.Common
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public enum UomRounding
Members
  Member nameValueDescription
None0 No rounding.
AwayFromZero1 When a number is halfway between two others, it is rounded towards the nearest number that is away from zero.
ToEven2 When a number is halfway between two others, it is rounded towards the nearest even number.
See Also