InverseDistanceWeightingFunctionDefaultDistanceFunction Method

Calculates the distance between two points.

Definition

Namespace: Gemstone.Numeric.Interpolation
Assembly: Gemstone.Numeric (in Gemstone.Numeric.dll) Version: 1.0.169 -- Release Build+8ea56ff35548d526d505b6c30a0e7b1d71cedef9
public static double DefaultDistanceFunction(
	double x1,
	double y1,
	double x2,
	double y2
)

Parameters

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

[Missing <returns> documentation for "M:Gemstone.Numeric.Interpolation.InverseDistanceWeightingFunction.DefaultDistanceFunction(System.Double,System.Double,System.Double,System.Double)"]

See Also