Hyperic HQ Plugin API v. 4.4.0.2

org.hyperic.util.math
Class Sum

java.lang.Object
  extended by org.hyperic.util.math.Sum

public class Sum
extends java.lang.Object

Sum returns the sum of its arguments.


Method Summary
static java.lang.Double sum(java.lang.Object values)
          Calculates the sum of values of Array of java.lang.Number objects that contain a double value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

sum

public static java.lang.Double sum(java.lang.Object values)
Calculates the sum of values of Array of java.lang.Number objects that contain a double value.

Parameters:
Object - Array reference
Returns:
Double
Throws:
None - - by design.

Hyperic HQ Plugin API v. 4.4.0.2

Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.