Limits(Double, Double) Constructor |
Initializes a new instance of the
Limits class.
Namespace: RelaxIS_SDK.CommonAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public Limits(
double lowerLimit,
double upperLimit
)
Public Sub New (
lowerLimit As Double,
upperLimit As Double
)
Dim lowerLimit As Double
Dim upperLimit As Double
Dim instance As New Limits(lowerLimit,
upperLimit)
Parameters
- lowerLimit Double
- The lower limit.
- upperLimit Double
- The upper limit.
Exceptions See Also