DotProduct

This methos is used to find the dot product of two vectors.

Example usage is below:

c=DotProduct(a,b)

Here, “a” and “b” are two vectors and “c” is the scalar result.