Version: 15.0

    Show / Hide Table of Contents

    Enum DataPrecision

    Namespace: SMT.MastaAPI.MathUtility
    Assembly: SMT.MastaAPI.15.0.dll
    Syntax
    public enum DataPrecision

    Fields

    Name Description
    Double

    8 byte floating point numbers

    Single

    4 byte floating point numbers

    Back to top