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