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

GetVolume() public méthode

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