Click or drag to resize

RhinoMathEpsilonEquals Method (Single, Single, Single)

Compare to floats for equality within some "epsilon" range

Namespace:  Rhino
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.4
Syntax
public static bool EpsilonEquals(
	float x,
	float y,
	float epsilon
)

Parameters

x
Type: SystemSingle
y
Type: SystemSingle
epsilon
Type: SystemSingle

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Rhino.RhinoMath.EpsilonEquals(System.Single,System.Single,System.Single)"]

See Also