matrixMultiply

From Bohemia Interactive Community
Revision as of 11:53, 20 May 2019 by R3vo (talk | contribs) (adde xample)
Jump to navigation Jump to search
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