ParameterLowerBoundChangedEventArgsOldLowerBound Property

The lower bound of the parameter prior to the change.

Definition

Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
public Object OldLowerBound { get; }

Property Value

Object
The lower bound of the parameter prior to the change.

Implements

IParameterLowerBoundChangedEventArgsOldLowerBound

Remarks

The former lower bound of the parameter can be used to update GUI inforamtion about the PMC.

See Also