writeToFile

fun Array<DoubleArray>.writeToFile(pathToFile: Path, df: DecimalFormat? = null)(source)
fun Array<DoubleArray>.writeToFile(fileName: String, df: DecimalFormat? = null)(source)
fun DoubleArray.writeToFile(pathToFile: Path, df: DecimalFormat? = null)(source)
fun DoubleArray.writeToFile(fileName: String, df: DecimalFormat? = null)(source)
fun Array<IntArray>.writeToFile(pathToFile: Path)(source)
fun IntArray.writeToFile(pathToFile: Path)(source)