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