com.googlecode.aviator.runtime.function.math
类 MathSinFunction

java.lang.Object
  继承者 com.googlecode.aviator.runtime.function.AbstractFunction
      继承者 com.googlecode.aviator.runtime.function.math.MathSinFunction
所有已实现的接口:
AviatorFunction

public class MathSinFunction
extends AbstractFunction

math.sin(d) function

作者:
dennis

构造方法摘要
MathSinFunction()
           
 
方法摘要
 AviatorObject call(Map<String,Object> env, AviatorObject arg1)
           
 String getName()
          Get the function name
 
从类 com.googlecode.aviator.runtime.function.AbstractFunction 继承的方法
call, call, call, call, call, call, call, call, call, call, call, call, call, call, call, call, call, call, call, call, call, throwArity
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

MathSinFunction

public MathSinFunction()
方法详细信息

call

public AviatorObject call(Map<String,Object> env,
                          AviatorObject arg1)
指定者:
接口 AviatorFunction 中的 call
覆盖:
AbstractFunction 中的 call

getName

public String getName()
从接口 AviatorFunction 复制的描述
Get the function name

返回:


Copyright © 2011. All Rights Reserved.