Class MinMaxValue


public class MinMaxValue extends FunctionValue
Represents minmax function template value.
  • Constructor Details

    • MinMaxValue

      public MinMaxValue (BreadthValue min, BreadthValue max)
      Create a minmax function with a given values.
      Parameters:
      min - min value of a track
      max - max value of a track
  • Method Details