HighLowCloseSetOpen Method |
Sets the opening stock prices.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual void SetOpen(
double[] open
)
Public Overridable Sub SetOpen (
open As Double()
)
public:
virtual void SetOpen(
array<double>^ open
)
abstract SetOpen :
open : float[] -> unit
override SetOpen :
open : float[] -> unit
Parameters
- open
- Type: SystemDouble
A double[] specifying the opening stock prices.
See Also