ComponentOne Bitmap for UWP
Dot Method (Vector4)

C1.UWP.DX Assembly > C1.Util.DX Namespace > Vector4 Structure : Dot Method
First source vector.
Second source vector.
Calculates the dot product of two vectors.
Syntax
'Declaration
 
Public Shared Function Dot( _
   ByVal left As Vector4, _
   ByVal right As Vector4 _
) As System.Single
public static System.float Dot( 
   Vector4 left,
   Vector4 right
)

Parameters

left
First source vector.
right
Second source vector.

Return Value

The dot product of the two vectors.
See Also

Reference

Vector4 Structure
Vector4 Members