VPInterpolation MembersVirtual Photonics - VTS Library
Virtual Photonics

The Interpolation type exposes the following members.
Methods

  NameDescription
Public methodStatic memberinterp1(IList Double , IList Double , IEnumerable Double )
Interpolation in one dimension (assumes x are monotonically increasing)
Public methodStatic memberinterp1(IList Double , IList Double , Double)
Interpolation in one dimension (assumes x are monotonically increasing)
Public methodStatic memberinterp1(IList Single , IList Single , IEnumerable Single )
Interpolation in one dimension (assumes x are monotonically increasing)
Public methodStatic memberinterp1(IList Single , IList Single , Single)
Interpolation in one dimension (assumes x are monotonically increasing)
Public methodStatic memberinterp1(IList Double ,  Double , IEnumerable Double , Int32, Int32)
Interpolation in one dimension within a 2-dimensional array of values
Public methodStatic memberinterp1(IList Double ,  Double , Double, Int32, Int32)
Interpolation in one dimension (assumes x are monotonically increasing) of 2D array over either 1st or 2nd dimension with fixed index in other dimension
Public methodStatic memberinterp1(IList Single ,  Single , IEnumerable Single , Int32, Int32)
Interpolation in one dimension within a 2-dimensional array of values
Public methodStatic memberinterp1(IList Single ,  Single , Single, Int32, Int32)
Interpolation in one dimension (assumes x are monotonically increasing) of 2D array over either 1st or 2nd dimension with fixed index in other dimension
Public methodStatic memberinterp2
Interpolation in two dimensions
Back to Top
See Also