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