ComponentOne Bitmap for WPF
Min Method (Vector3)

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

Parameters

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

Return Value

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

Reference

Vector3 Structure
Vector3 Members