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