RhinoMath.EpsilonEquals Method (Single, Single, Single)

RhinoMathEpsilonEquals Method (Single, Single, Single)

Compare to floats for equality within some "epsilon" range

Namespace:  Rhino
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public static bool EpsilonEquals(
	float x,
	float y,
	float epsilon
)
Public Shared Function EpsilonEquals ( 
	x As Single,
	y As Single,
	epsilon As Single
) As Boolean

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)"]

Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also