addUpperLimit

fun addUpperLimit(upperLimit: Double, breakPoints: DoubleArray): DoubleArray

Return

the break points with upperLimit as the last break point

Parameters

upperLimit

the upper limit to add to the break points

breakPoints

the current break points