|
IDWFunc Delegate
|
Function definition for the inverse distance weighting algorithm.
Namespace: GSF.NumericalAnalysis.InterpolationAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.220-beta+a56b2444ff27b37e053039e60f062b99378309bd
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