clamp

Undocumented in source. Be warned that the author may not have intended to support it.
  1. double clamp(double value, double min, double max)
    double
    clamp
    (
    double value
    ,
    double min
    ,
    double max
    )
  2. double clamp(double value, Option!double min, Option!double max)

Meta