jp.co.nissy.jpicosheet.function
クラス Sum

java.lang.Object
  上位を拡張 jp.co.nissy.jpicosheet.function.Function
      上位を拡張 jp.co.nissy.jpicosheet.function.Sum

public class Sum
extends Function

作成者:
yusuke nishikawa

コンストラクタの概要
Sum()
           
 
メソッドの概要
 Element call(Element[] elements, MathContext mc, Resolver resolver)
           
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

Sum

public Sum()
メソッドの詳細

call

public Element call(Element[] elements,
                    MathContext mc,
                    Resolver resolver)
定義:
クラス Function 内の call