InverseDistanceWeightingFunctionDefaultDistanceFunction Method
Calculates the distance between two points.
Namespace: Gemstone.Numeric.InterpolationAssembly: Gemstone.Numeric (in Gemstone.Numeric.dll) Version: 1.0.171 -- Release Build+20915b5e5c2b832e94890ea4187a61c474a2582a
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)"]