SharpMath.Point2D.Max C# (CSharp) 메소드

Max() 공개 메소드

public Max ( ) : float
리턴 float
        public float Max()
        {
            return System.Math.Max( x, y );
        }

Same methods

Point2D::Max ( Point2D _Op ) : void