com.stimulsoft.report.infographics.gauge.helpers
Class StiMathHelper

java.lang.Object
  extended by com.stimulsoft.report.infographics.gauge.helpers.StiMathHelper

public class StiMathHelper
extends java.lang.Object

Copyright Stimulsoft


Constructor Summary
StiMathHelper()
           
 
Method Summary
static double getMax(double[] list)
           
static double length(double value1, double value2)
          Length between value1 & value2.
static double maxMinusMin(double value1, double value2)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiMathHelper

public StiMathHelper()
Method Detail

length

public static double length(double value1,
                            double value2)
Length between value1 & value2.

Parameters:
value1 -
value2 -
Returns:

maxMinusMin

public static double maxMinusMin(double value1,
                                 double value2)

getMax

public static double getMax(double[] list)