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)
Since: 5.4

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)