Array.DotProduct(Array) Method

Top 

Description

Computes the dot product with the specified vector.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Method Signature

Array.DotProduct(

Array dotProductRightHandSide)

 

 

Arguments

dotProductRightHandSide


Description:

The right hand side of the dot product.

 

 

 

Return Value

Type:

number

 

 

The calculated dot product.

 

Syntax

myVariable1 = myArray1.DotProduct(myArray2);

 

 

See also

Array Object

Matrix, Array, and Variable Math Guide