[]
        
(Showing Draft Content)

C1.Util.DX.Vector4.MinRef

MinRef Method

MinRef(out Vector4, ref Vector4, ref Vector4)

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

Declaration
public static void MinRef(out Vector4 result, ref Vector4 left, ref Vector4 right)
Parameters
Type Name Description
Vector4 result

When the method completes, contains an new vector composed of the smallest components of the source vectors.

Vector4 left

The first source vector.

Vector4 right

The second source vector.