Gets the number of values in this series


Namespace: OpenQuant.API
Assembly: OpenQuant.API (in OpenQuant.API.dll)

Syntax

Visual Basic (Declaration)
ReadOnly Property Count As Integer
C#
int Count { get; }
C++
property int Count abstract  {
    int get();
}
J#
/** property */
public int get_Count();
JScript
public function get Count() : int

See Also