Server.Tracker.this C# (CSharp) Метод

this() публичный Метод

public this ( string pointName ) : double
pointName string
Результат double
        public double this[string pointName]
        {
            get { return 1000000000.0 * (this.points[pointName] / (double)frequency); }
        }