Click or drag to resize

MathHelperDistance Method

Calculates the absolute value of the difference of two values.

Namespace: CFX.Utilities
Assembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntax
public static double Distance(
	double value1,
	double value2
)

Parameters

value1  Double
Source value.
value2  Double
Source value.

Return Value

Double
Distance between the two values.
See Also