Version: 13.0

    Show / Hide Table of Contents

    Enum RoundingMethods

    Namespace: SMT.MastaAPI.Utility
    Assembly: SMT.MastaAPI.13.0.dll
    Syntax
    [ComVisible(true)]
    [Guid("d6f5bd64-f97c-17ce-1eb5-fb88a42d317a")]
    [ApiEnumFor("SMT.Utility.RoundingMethods, SMT.Utility")]
    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

    Back to top