matrixMultiply: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(WIP - someone who has knowledge of this please write more information)
 
m (adde xample)
Line 25: Line 25:
____________________________________________________________________________________________
____________________________________________________________________________________________


|x1= <code></code> |Example 1=
|x1= <code>[[2],[2]] [[matrixMultiply]] [[3]]//Returns [[6],[6]]</code> |Example 1=
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 11:53, 20 May 2019

Hover & click on the images for description

Description

Description:
Resulting matrix of matrix multiplicationTemplate:wip
Multiplayer:
-
Groups:
Uncategorised

Syntax

Syntax:
matrix1 matrixMultiply matrix2
Parameters:
matrix1: Array
matrix2: Array
Return Value:
Array

Examples

Example 1:
[[2],[2]] matrixMultiply 3//Returns [[6],[6]]

Additional Information

See also:
See also needed

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note

Bottom Section