MathFunction class abstract
A mathematical function, taking one or more parameters (a function taking 0 arguments is a constant).
Constructors
- MathFunction()
-
Creates the function.
const
Properties
- displayName → String
-
The display name of the function (for display).
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String
-
The name of the function, for the lexical analysis.
no setter
- requiredParameterCount → int
-
The number of parameters the function takes.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
compute(
ComputeContext ctx, List< Result> input) → Result - Computes the function.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited