All Downloads are FREE. Search and download functionalities are using the official Maven repository.

utils.ArrayUtils Maven / Gradle / Ivy

package utils;

public class ArrayUtils {

    public static double[] toArray(Double[] data){

        double[] result = new double[data.length];

        for (int i = 0; i 




© 2015 - 2024 Weber Informatics LLC | Privacy Policy