Please enable JavaScript to view this site.

ModelMuse Help

Navigation: Formulas > Functions > Math

MultiInterpolate

Scroll Prev Top Next More

MultiInterpolate(Position, Value1, Distance1, [Value2, Distance2,] ...). If Position is less than or equal to Distance1, MultiInterpolate returns Value1. If Position is greater than or equal to DistanceN, MultiInterpolate returns ValueN. If Position is between any two adjacent distances, linear interpolation between the associated values will be used to determine the value that will be returned. Each distance after Distance1 must be greater than its predecessor. See also Interpolate.