RhinoCommon API
NurbsCurveKnotListEpsilonEquals Method |
Checks that all values in the other list are sequentially equal within epsilon to the values in this list.
Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll)

public bool EpsilonEquals( NurbsCurveKnotList other, double epsilon )
Public Function EpsilonEquals ( other As NurbsCurveKnotList, epsilon As Double ) As Boolean
Parameters
- other
- Type: Rhino.Geometry.CollectionsNurbsCurveKnotList
The other list. - epsilon
- Type: SystemDouble
The epsilon value.
Return Value
Type: BooleanTrue if values are, orderly, equal within epsilon. False otherwise.
Implements
IEpsilonComparableTEpsilonEquals(T, Double)
Rhino for Mac
Supported in: 5.4Rhino for Windows
Supported in: 6.8