CuSumStatusInitialCPlus Property |
The initial value of
.
Namespace: Imsl.Chart2D.QCAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual double InitialCPlus { get; set; }
Public Overridable Property InitialCPlus As Double
Get
Set
public:
virtual property double InitialCPlus {
double get ();
void set (double value);
}
abstract InitialCPlus : float with get, set
override InitialCPlus : float with get, set
Property Value
Type:
Double
This is used to initiate a fast initial response (headstart).
Typically, this would be set to
H/2 for a 50% headstart.
Its default value is zero.
See Also