write To File
Writes the data in the array to rows in the file, each row with one data point
Parameters
the array to write, must not be null
the name of the file, must not be null, file will appear in KSL.outDir
Writes the data in the array to rows in the file, each row with one data point
Parameters
the array to write, must not be null
the path to the file, must not be null
Writes the data in the array to rows in the file, each element in a row is separated by a comma
Parameters
the array to write, must not be null
the name of the file, must not be null, file will appear in JSL.getInstance().getOutDir()
Writes the data in the array to rows in the file, each element in a row is separated by a comma
Parameters
the array to write, must not be null
the path to the file, must not be null
Writes the data in the array to rows in the file, each row with one data point
Parameters
the array to write, must not be null
the name of the file, must not be null, file will appear in JSL.getInstance().getOutDir()