toggle menu
KSLCore
R1.1.3
jvm
switch theme
search in API
KSLCore
/
ksl.utilities.io
/
writeToFile
write
To
File
fun
Array
<
DoubleArray
>
.
writeToFile
(
pathToFile
:
Path
,
df
:
DecimalFormat
?
=
null
)
fun
Array
<
DoubleArray
>
.
writeToFile
(
fileName
:
String
,
df
:
DecimalFormat
?
=
null
)
fun
DoubleArray
.
writeToFile
(
pathToFile
:
Path
,
df
:
DecimalFormat
?
=
null
)
fun
DoubleArray
.
writeToFile
(
fileName
:
String
,
df
:
DecimalFormat
?
=
null
)
fun
Array
<
IntArray
>
.
writeToFile
(
pathToFile
:
Path
)
fun
Array
<
IntArray
>
.
writeToFile
(
fileName
:
String
)
fun
IntArray
.
writeToFile
(
pathToFile
:
Path
)
fun
IntArray
.
writeToFile
(
fileName
:
String
)