CCT.NUI.Core.Clustering.ClusterPrototype.Calc2DDistance C# (CSharp) Méthode

Calc2DDistance() public méthode

public Calc2DDistance ( System.Point point ) : double
point System.Point
Résultat double
        public double Calc2DDistance(Point point)
        {
            return Point.Distance(point, this.center);
        }