VirtualArray.CrossProduct(Array) Method

Top 

Description

Computes the cross 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

VirtualArray.CrossProduct(

Array crossProductRightHandSide)

 

 

Arguments

crossProductRightHandSide


Description:

The right hand side of the cross product.

Required Size:

3

 

 

 

Return Value

Type:

Array of number (size = 3)

 

 

Returns the cross product with the specified vector.

 

Syntax

myArray1 = {1,2,3,4}.CrossProduct(myArray2);

 

 

See also

VirtualArray Object