JQuantLib v0.1.2-SNAPSHOT API Javadocs

org.jquantlib.math
Interface FunctionDouble

Package class diagram package FunctionDouble
All Known Implementing Classes:
Quote, SimpleQuote

public interface FunctionDouble

Represents a function of one variable; f(x)

Author:

Method Summary
 double evaluate()
          Mimics the operator overloading
 

Method Detail

evaluate

double evaluate()
Mimics the operator overloading
operator()

Returns:
a double

JQuantLib v0.1.2-SNAPSHOT API Javadocs

Submit a bug or feature

JQuantLib is free software: you can redistribute it and/or modify it under the terms of the QuantLib license. You should have received a copy of the license along with this program; if not, please email mailto:jquant-devel@lists.sourceforge.net. The license is also available online at http://www.jquantlib.org/index.php/LICENSE.TXT.