Server.Tracker.this C# (CSharp) Method

this() public method

public this ( string pointName ) : double
pointName string
return double
        public double this[string pointName]
        {
            get { return 1000000000.0 * (this.points[pointName] / (double)frequency); }
        }