Class FloatArrayDoubleArrayConverter
java.lang.Object
com.saperion.common.lang.conversion.array.FloatArrayDoubleArrayConverter
- All Implemented Interfaces:
Converter<float[],
double[]>
Converts a float[] to a double[]
- Author:
- jschwarz
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondouble[]
convert
(float[] floats) Converts the specified object and returns the conversion result.
-
Constructor Details
-
FloatArrayDoubleArrayConverter
public FloatArrayDoubleArrayConverter()
-
-
Method Details
-
convert
public double[] convert(float[] floats) Description copied from interface:Converter
Converts the specified object and returns the conversion result. Implementations have to acceptnull
-values without throwing exceptions.
-