|
DistanceFunc Delegate
|
Function defintion for calculating the distance between two points.
Namespace: GSF.NumericalAnalysis.InterpolationAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.282-beta+fbfa6baa1521236175f6d73fb2eb151a42453aef
Syntaxfunction(x1, y1, x2, 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
DoubleThe distance between the two given points.
See Also