Click or drag to resize

Limits(Double, Double) Constructor

Initializes a new instance of the Limits class.

Namespace: RelaxIS_SDK.Common
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public Limits(
	double lowerLimit,
	double upperLimit
)

Parameters

lowerLimit  Double
The lower limit.
upperLimit  Double
The upper limit.
Exceptions
ExceptionCondition
ArgumentExceptionIf lowerLimit is larger than upperLimit.
See Also