toCSVString

fun toCSVString(array: DoubleArray, df: DecimalFormat? = null): String

Return

a comma delimited string of the array, if empty or null, returns the empty string

Parameters

df

a format to apply to the values of the array when writing the strings

array

the array to convert