DistanceFunc Delegate
Function definition for calculating the distance between two points.
Namespace: Gemstone.Numeric.InterpolationAssembly: Gemstone.Numeric (in Gemstone.Numeric.dll) Version: 1.0.169 -- Release Build+8ea56ff35548d526d505b6c30a0e7b1d71cedef9
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.
DoubleThe distance between the two given points.