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

Creates a compound function (a FunctionTree) that checks if a number lies between two fixed bounds. 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 fixed bounds.

In this example, the bounds of the interval are fixed in advance; more precisely, we evaluate if a number is between 0 and 2. You may also want to look at the Interval example, where the bounds of the interval are replaced by variables.

Author
Sylvain Hallé

Definition at line 40 of file FixedInterval.java.


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