Class StiMathHelper
java.lang.Object
com.stimulsoft.report.infographics.gauge.helpers.StiMathHelper
Copyright Stimulsoft
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic doublegetMax(double[] list) static doublelength(double value1, double value2) Length between value1 invalid input: '&' value2.static doublemaxMinusMin(double value1, double value2)
-
Constructor Details
-
StiMathHelper
public StiMathHelper()
-
-
Method Details
-
length
public static double length(double value1, double value2) Length between value1 invalid input: '&' value2.- Parameters:
value1-value2-- Returns:
-
maxMinusMin
public static double maxMinusMin(double value1, double value2) -
getMax
public static double getMax(double[] list)
-