| Constructor and Description |
|---|
NumberFunction(double val) |
NumberFunction(Number num) |
| Modifier and Type | Method and Description |
|---|---|
IFunction |
duplicate() |
double |
eval()
Evaluate this function and return a result in double floating-point precision.
|
void |
findCursors(Collection<Cursor<?>> cursors)
Put any cursors in use by this function (and any nested functions) in @param cursors.
|
public NumberFunction(Number num)
public NumberFunction(double val)
public final double eval()
IFunctionpublic final void findCursors(Collection<Cursor<?>> cursors)
IFunctionfindCursors in interface IFunctionCopyright © 2015–2021 Fiji. All rights reserved.