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