[]
        
(Showing Draft Content)

C1.Util.DX.Vector2.Min

Min Method

Min(Vector2, Vector2)

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

Declaration
public static Vector2 Min(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 smallest components of the source vectors.