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