M_Rhino_RhinoMath_EpsilonEquals_1 - mcneel/rhinocommon-api-docs GitHub Wiki
Compare to floats for equality within some "epsilon" range
Namespace: Rhino
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
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
- x
- Type: System.Single
- y
- Type: System.Single
- epsilon
- Type: System.Single
Type: Boolean
[Missing documentation for "M:Rhino.RhinoMath.EpsilonEquals(System.Single,System.Single,System.Single)"]
Supported in: 5D58w