Gets the number of bars in this series
Namespace: OpenQuant.API
Assembly: OpenQuant.API (in OpenQuant.API.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public ReadOnly Property Count As Integer _ Implements ISeries.Count |
| C# |
|---|
| public int Count { get; } |
| C++ |
|---|
| public property int Count sealed { int get(); } |
| J# |
|---|
| /** property */ public int get_Count(); |
| JScript |
|---|
| public function get Count() : int |