|
InverseDistanceWeightingFunctionDefaultDistanceFunction Method
|
Calculates the distance between two points.
Namespace: GSF.NumericalAnalysis.InterpolationAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.244-beta+c33f622c070b2c1078a06bcb41bdeb4c19d19a0b
SyntaxGSF.NumericalAnalysis.Interpolation.InverseDistanceWeightingFunction.DefaultDistanceFunction = function(x1, y1, x2, y2);
View SourceParameters
- x1 Double
- The x-coordinate of the first point.
- y1 Double
- The y-coordinate of the first point.
- x2 Double
- The x-coordinate of the second point.
- y2 Double
- The y-coordinate of the second point.
Return Value
Double
See Also