com.spoledge.audao.parser.gql.impl.soft.func
Class FuncATAN2

java.lang.Object
  extended by com.spoledge.audao.parser.gql.impl.soft.func.Func
      extended by com.spoledge.audao.parser.gql.impl.soft.func.Func2
          extended by com.spoledge.audao.parser.gql.impl.soft.func.MathFunc2
              extended by com.spoledge.audao.parser.gql.impl.soft.func.FuncATAN2
All Implemented Interfaces:
SoftFunction

public class FuncATAN2
extends MathFunc2

ATAN2( y, x ) returns Math.atan2( y, x ) - double.


Constructor Summary
FuncATAN2()
           
 
Method Summary
protected  java.lang.Object getFunctionValue(double arg1, double arg2)
           
 
Methods inherited from class com.spoledge.audao.parser.gql.impl.soft.func.MathFunc2
getFunctionValue, getFunctionValue, getOtherValue
 
Methods inherited from class com.spoledge.audao.parser.gql.impl.soft.func.Func2
checkNumOfParams, getFunctionValueImpl
 
Methods inherited from class com.spoledge.audao.parser.gql.impl.soft.func.Func
checkNumOfParams, checkNumOfParams, getFunctionName, getFunctionValue, getFunctionWithParams
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FuncATAN2

public FuncATAN2()
Method Detail

getFunctionValue

protected java.lang.Object getFunctionValue(double arg1,
                                            double arg2)
Specified by:
getFunctionValue in class MathFunc2


Copyright © 2010 Spolecne s.r.o. All Rights Reserved.