KSLCore
Toggle table of contents
R1.1.9
jvm
Platform filter
jvm
Switch theme
Search in API
KSLCore
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