FastQuant.Indicator.this C# (CSharp) Method

this() public method

public this ( int index ) : double
index int
return double
        public override double this[int index]
        {
            get
            {
                Calculate();
                return base[index];
            }
        }

Same methods

Indicator::this ( int index, BarData barData ) : double