Sets the closing stock prices.
Namespace:
Imsl.Chart2D
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public virtual void SetClose( double[] close ) |
Visual Basic (Declaration) |
---|
Public Overridable Sub SetClose ( _ close As Double() _ ) |
Visual C++ |
---|
public: virtual void SetClose( array<double>^ close ) |
Parameters
- close
- Type: array<
System..::.Double
>[]()[]
A double[] specifying the closing stock prices.