Gets size of the bar


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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Size As Long
C#
public long Size { get; }
C++
public property long Size sealed  {
    __int64 get();
}
J#
/** property */
public long get_Size();
JScript
public function get Size() : long

See Also