toggle menu
KSLCore
R1.1.3
jvm
switch theme
search in API
KSLCore
/
ksl.utilities
/
KSLArrays
/
matrixOfInts
matrix
Of
Ints
fun
matrixOfInts
(
nRows
:
Int
,
nCols
:
Int
,
value
:
Int
=
0
)
:
Array
<
IntArray
>
Creates a matrix of Ints with
nRows
and
nCols
containing the supplied
value