org.apache.poi.hssf.record.formula.functions
Class MinaMaxa

java.lang.Object
  extended by org.apache.poi.hssf.record.formula.functions.MultiOperandNumericFunction
      extended by org.apache.poi.hssf.record.formula.functions.MinaMaxa
All Implemented Interfaces:
Function

public abstract class MinaMaxa
extends MultiOperandNumericFunction

Author:
Amol S. Deshmukh < amolweb at ya hoo dot com >

Field Summary
static Function MAXA
           
static Function MINA
           
 
Method Summary
 
Methods inherited from class org.apache.poi.hssf.record.formula.functions.MultiOperandNumericFunction
evaluate
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAXA

public static final Function MAXA

MINA

public static final Function MINA