Class DoubleArrayFloatArrayConverter
- java.lang.Object
-
- com.saperion.common.lang.conversion.array.DoubleArrayFloatArrayConverter
-
-
Constructor Summary
Constructors Constructor Description DoubleArrayFloatArrayConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description float[]convert(double[] doubles)Converts the specified object and returns the conversion result.
-
-
-
Method Detail
-
convert
public float[] convert(double[] doubles)
Description copied from interface:ConverterConverts the specified object and returns the conversion result. Implementations have to acceptnull-values without throwing exceptions.
-
-