ComponentOne Bitmap for UWP
Max Method (Vector4)

C1.UWP.DX Assembly > C1.Util.DX Namespace > Vector4 Structure : Max Method
The first source vector.
The second source vector.
Returns a vector containing the largest components of the specified vectors.
Syntax
'Declaration
 
Public Shared Function Max( _
   ByVal left As Vector4, _
   ByVal right As Vector4 _
) As Vector4
public static Vector4 Max( 
   Vector4 left,
   Vector4 right
)

Parameters

left
The first source vector.
right
The second source vector.

Return Value

A vector containing the largest components of the source vectors.
See Also

Reference

Vector4 Structure
Vector4 Members