Class expression.twoArgFunction
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class expression.twoArgFunction

java.lang.Object
   |
   +----expression.Function
           |
           +----expression.twoArgFunction

public class twoArgFunction
extends Function
Abstract class type for two-argument functions.

Constructor Index

 o twoArgFunction()
Constructs a function with two arguements.

Method Index

 o apply(double)
Apply function to a single argument.

Constructors

 o twoArgFunction
  public twoArgFunction()
Constructs a function with two arguements.

Methods

 o apply
  public double apply(double a)
Apply function to a single argument.
Overrides:
apply in class Function

All Packages  Class Hierarchy  This Package  Previous  Next  Index