toOutputRange

open fun toOutputRange(minOutput: Double, maxOutput: Double): UnitBuilder<U>

Finalizes the mapping by defining the output range.

Return

the unit builder, for continued chaining

Parameters

minOutput

the minimum output value (does not have to be absolute)

maxOutput

the maximum output value (does not have to be absolute)