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); }
        }