GeometryAPI.Cylinder.GetArea C# (CSharp) Méthode

GetArea() public méthode

public GetArea ( ) : double
Résultat double
        public double GetArea()
        {
            return 2 * Math.PI * this.Radius * (this.Radius + GetHeight());
        }