InverseDistanceWeightingFunctionDefaultDistanceFunction Method
Calculates the distance between two points.
Namespace: Gemstone.Numeric.InterpolationAssembly: Gemstone.Numeric (in Gemstone.Numeric.dll) Version: 1.0.167 -- Release Build+9e631c9f4ed4cd2c2da47045792d813c2de0c4a8
Gemstone.Numeric.Interpolation.InverseDistanceWeightingFunction.DefaultDistanceFunction = function(x1, y1, x2, y2);
- 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.
Double[Missing <returns> documentation for "M:Gemstone.Numeric.Interpolation.InverseDistanceWeightingFunction.DefaultDistanceFunction(System.Double,System.Double,System.Double,System.Double)"]