BelhardTraining.PointDemo.Point2D.Square C# (CSharp) Méthode

Square() protected static méthode

protected static Square ( double num ) : double
num double
Résultat double
        protected static double Square(double num)
        {
            return num*num;
        }