Beispiel #1
0
        public override void LoadFromConsole(DoubleRangeModel columnModel)
        {
            var min = UtilConsole.ReadDouble("min");
            var max = UtilConsole.ReadDouble("max");

            columnModel.Min = min;
            columnModel.Max = max;
        }