ControlLimitGetValue Method |
Returns the value of this control limit line.
Namespace: Imsl.Chart2D.QCAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual double[] GetValue()
Public Overridable Function GetValue As Double()
public:
virtual array<double>^ GetValue()
abstract GetValue : unit -> float[]
override GetValue : unit -> float[]
Return Value
Type:
Double
The
y-coordinate at which this control limit line is drawn.
See Also