RhinoCommon API
RhinoMathEpsilonEquals Method (Single, Single, Single) |
Compare to floats for equality within some "epsilon" range
Namespace: Rhino
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 5.4
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)"]