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

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

public class avg
extends Function

作成者:
yusuke nishikawa

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

コンストラクタの詳細

avg

public avg()
メソッドの詳細

call

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