Server.Tracker.this C# (CSharp) Méthode

this() public méthode

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