AgGateway.ADAPT.ISOv4Plugin.Models.IsoUnit.IsoUnit C# (CSharp) Method

IsoUnit() public method

public IsoUnit ( string code, double scale, long offset )
code string
scale double
offset long
        public IsoUnit(string code, double scale, long offset)
        {
            Code = code;
            Offset = offset;
            Scale = scale;
        }
IsoUnit