IMSL C# Numerical Library

ControlLimit.SetValue Method

Sets the value of this control limit line. The actual value used is subject to minimum and maximum values set as attributes to this object.

Overload List

Sets the value of this control limit line. The actual value used is subject to minimum and maximum values set as attributes to this object.

public virtual void SetValue(double);

Sets the value of this control limit line to an array of values.

public virtual void SetValue(double[]);

See Also

ControlLimit Class | Imsl.Chart2D.QC Namespace