Click or drag to resize

InverseDistanceWeightingFunctionDefaultDistanceFunction Method

Calculates the distance between two points.

Namespace: GSF.NumericalAnalysis.Interpolation
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.300-beta+b2186e2cd1f968c931b0e151fdd7c839f3d1e9cf
Syntax
public static double DefaultDistanceFunction(
	double x1,
	double y1,
	double x2,
	double y2
)
View Source

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
See Also