Difference between revisions of "LinearInterp"

 
m (adding doc status category)
Line 1: Line 1:
 
[[Category:Interpolation functions]]
 
[[Category:Interpolation functions]]
 +
[[Category:Doc Status C]] <!-- For Lumina use, do not change -->
  
 
Returns linearly interpolated values of X, given R representing an arbitrary piecewise linear function.
 
Returns linearly interpolated values of X, given R representing an arbitrary piecewise linear function.

Revision as of 08:06, 24 April 2007


Returns linearly interpolated values of X, given R representing an arbitrary piecewise linear function.

(stub)

Declaration

LinearInterp( D,R : Numeric[I] ; X : numeric ; I : Index )

See Also

Comments


You are not allowed to post comments.