GeometryIsParameterEquals Method |
Determine whether two parameters can be considered to be the same.
Namespace:
RootPro.RootProCAD.Geometry
Assembly:
RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax public abstract bool IsParameterEquals(
double parameter1,
double parameter2
)
Public MustOverride Function IsParameterEquals (
parameter1 As Double,
parameter2 As Double
) As Boolean
Parameters
- parameter1
- Type: SystemDouble
Parameter 1. - parameter2
- Type: SystemDouble
Parameter 2.
Return Value
Type:
Boolean true if the two parameters can be considered identical. Otherwise false.
See Also