RhinoCommon API
ColorRGBAEpsilonEquals Method |
Check that all values in other are within epsilon of the values in this
Namespace: Rhino.Display
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 7.0
public bool EpsilonEquals( ColorRGBA other, double epsilon )
Public Function EpsilonEquals ( other As ColorRGBA, epsilon As Double ) As Boolean
Parameters
- other
- Type: Rhino.DisplayColorRGBA
[Missing <param name="other"/> documentation for "M:Rhino.Display.ColorRGBA.EpsilonEquals(Rhino.Display.ColorRGBA,System.Double)"]
- epsilon
- Type: SystemDouble
[Missing <param name="epsilon"/> documentation for "M:Rhino.Display.ColorRGBA.EpsilonEquals(Rhino.Display.ColorRGBA,System.Double)"]
Return Value
Type: Boolean[Missing <returns> documentation for "M:Rhino.Display.ColorRGBA.EpsilonEquals(Rhino.Display.ColorRGBA,System.Double)"]