SharpMath.Point2D.Max C# (CSharp) Method

Max() public method

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

Same methods

Point2D::Max ( Point2D _Op ) : void