Virtual Photonics
Assembly: Vts (in Vts.dll) Version: 1.0.12.0 (1.0.12)
Single
If xi outside range of x, returns NaN, otherwide, returns linearly interpolated result
Interpolation in one dimension (assumes x are monotonically increasing)
Namespace: Vts.Common.MathAssembly: Vts (in Vts.dll) Version: 1.0.12.0 (1.0.12)
Syntax
Parameters
- x
- Type:
System.Collections.Generic IList
Single
The known dependent values
- y
- Type:
System.Collections.Generic IList
Single
The known independent values
- xi
- Type:
System Single
Value to at which to interpolate
Return Value
Type:
If xi outside range of x, returns NaN, otherwide, returns linearly interpolated result
See Also