Enum RoundingMethods
Namespace: SMT.MastaAPI.Utility
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public enum RoundingMethods
Fields
Name | Description |
---|---|
Auto | Numbers with absolute value larger than 1e10 or less than 0.1 will be rounded by significant figures, otherwise by decimal places. |
DecimalPlaces | Decimal Places |
SignificantFigures | Significant Figures |