KSLCore
Toggle table of contents
R1.2.2
jvm
Platform filter
jvm
Switch theme
Search in API
KSLCore
KSLCore
/
ksl.utilities
/
KSLArrays
/
matrixOfLongs
matrix
Of
Longs
@
JvmStatic
fun
matrixOfLongs
(
nRows
:
Int
,
nCols
:
Int
,
value
:
Long
=
0
)
:
Array
<
LongArray
>
(
source
)
Creates a matrix of Longs with
nRows
and
nCols
containing the supplied
value