[]
        
(Showing Draft Content)

C1.Util.DX.Vector4.Min

Min Method

Min(Vector4, Vector4)

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

Declaration
public static Vector4 Min(Vector4 left, Vector4 right)
Public Shared Function Min(left As Vector4, right As Vector4) As Vector4
Parameters
Type Name Description
Vector4 left

The first source vector.

Vector4 right

The second source vector.

Returns
Type Description
Vector4

A vector containing the smallest components of the source vectors.