CrossProduct(Array, Array) Function

Top 

Description

Returns the cross product of two three-element arrays.

 

This function has been Deprecated. Please use Array.CrossProduct(Array) instead.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

 

Function Signature

CrossProduct(

Array arrayArgument1,


Array arrayArgument2)

 

 

Arguments

arrayArgument1


Description:

A three-element array.

Required Size:

At least 3

 

 

arrayArgument2


Description:

A three-element array.

Required Size:

At least 3

 

 

 

Return Value

Type:

Array of number (size = 3)

 

 

Returns the cross product of two three-element arrays.

 

Syntax

myArray1 = CrossProduct(myArray2, myArray3);

 

 

See also

CrossProduct