DiscreteFunction.opCall

Create a DiscreteFunction. C is any callable type mapping an integer to a number. lowerLim is the lower limit of the plot. upperLim is the upper limit of the plot.

class DiscreteFunction
static
opCall
(
C
)
(
scope C callable
,,
)
if (
is(typeof(C.init(2)) : double)
)

Meta