Range.maxValue

Maximum value. Range is clamped if value is greater than max_value.

  1. double maxValue [@property getter]
    struct Range
    @nogc nothrow @property
    double
    maxValue
    ()
  2. double maxValue [@property setter]

Meta