Uses of Class
de.xima.fc.common.graphdot.DoubleList
-
Packages that use DoubleList Package Description de.xima.fc.common.graphdot Package with tools for working with the graph dot language. -
-
Uses of DoubleList in de.xima.fc.common.graphdot
Methods in de.xima.fc.common.graphdot that return DoubleList Modifier and Type Method Description static DoubleList
DoubleList. of(double... doubles)
Creates a double list from the given doubles.static DoubleList
DoubleList. scaled(double[] doubles, double scale)
Creates a double list from the given doubles, with all doubles scaled (multiplied) by the given value.
-