[]
        
(Showing Draft Content)

C1.Util.DX.Vector2.Max

Max Method

Max(Vector2, Vector2)

Returns a vector containing the largest components of the specified vectors.

Declaration
public static Vector2 Max(Vector2 left, Vector2 right)
Parameters
Type Name Description
Vector2 left

The first source vector.

Vector2 right

The second source vector.

Returns
Type Description
Vector2

A vector containing the largest components of the source vectors.