Code Examples
A repository of 155 code examples for BeepBeep
functions.Interval Class Reference

Creates a compound function (a FunctionTree) that checks if a number lies between two other numbers. More...

Static Public Member Functions

static void main (String[] args) throws FunctionException
 

Detailed Description

Creates a compound function (a FunctionTree) that checks if a number lies between two other numbers.

This example is identical to FixedInterval, except that the bounds of the interval are variables.

Author
Sylvain Hallé

Definition at line 37 of file Interval.java.


The documentation for this class was generated from the following file: