BelhardTraining.PointDemo.Point2D.Square C# (CSharp) 메소드

Square() 보호된 정적인 메소드

protected static Square ( double num ) : double
num double
리턴 double
        protected static double Square(double num)
        {
            return num*num;
        }