|
IDWFunc Delegate
|
Function definition for the inverse distance weighting algorithm.
Namespace: GSF.NumericalAnalysis.InterpolationAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.207-beta+1781b796b2aa7a54013a031eb432fe4ccee31867
Syntax Parameters
- x Double
- The x-coordinate of the point at which the value is to be calculated.
- y Double
- The y-coordinate of the point at which the value is to be calculated.
Return Value
DoubleThe calculated value at the given location.
See Also