-
FunctionData.create(double startingValue,
double endingValue,
double step)
Create a
FunctionData that generates a sequence of double values as its output.
FunctionData.create(int startingValue,
int endingValue)
Create a
FunctionData that generates a sequence of integer equivalents as its output.
FunctionData.create(int startingValue,
int endingValue,
int step)
Create a
FunctionData that generates a sequence of integer equivalents as its output.
Create a
FunctionData that generates values by converting a stream of another set of values.
Create a mathematical function that generates
FunctionData for a given range of double values.
Create a mathematical function that generates
FunctionData for a given range of double values.
Create a mathematical function that generates
FunctionData for a given range of integer equivalents.
Create a mathematical function that generates
FunctionData for a given range of integers.
Create a
FunctionData that generates values by converting a stream of another set of values.