Skip to content

M_Rhino_RhinoMath_EpsilonEquals_1

Will Pearson edited this page Aug 12, 2016 · 2 revisions

RhinoMath.EpsilonEquals Method (Single, Single, Single)

Compare to floats for equality within some "epsilon" range

Namespace: Rhino
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public static bool EpsilonEquals(
	float x,
	float y,
	float epsilon
)

VB

Public Shared Function EpsilonEquals ( 
	x As Single,
	y As Single,
	epsilon As Single
) As Boolean

Parameters

 

x
Type: System.Single
y
Type: System.Single
epsilon
Type: System.Single

Return Value

Type: Boolean
[Missing documentation for "M:Rhino.RhinoMath.EpsilonEquals(System.Single,System.Single,System.Single)"]

Version Information

Supported in: 5D58w

See Also

Reference

RhinoMath Class
EpsilonEquals Overload
Rhino Namespace

Clone this wiki locally