Removes the bar with specified index from this series
Namespace: OpenQuant.API
Assembly: OpenQuant.API (in OpenQuant.API.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Sub Remove( _ ByVal index As Integer _ ) |
| C# |
|---|
| public void Remove( int index ) |
| C++ |
|---|
| public: void Remove( int index ) sealed |
| J# |
|---|
| public void Remove( int index ) |
| JScript |
|---|
| public
function Remove( index : int ) |
Parameters
- index