toStrings

fun toStrings(array: DoubleArray, df: DecimalFormat? = null): Array<String>

Convert the array of doubles to an array of strings with each element the corresponding value

Return

the array of strings representing the values of the doubles

Parameters

array

the array of doubles

df

the decimal format to apply to each element, may be null