create
Creates a ContinuousFieldFunction with a predefined result. Enables a ContinuousField to be used in contexts that expect a ContinuousFieldFunction by setting the result of the function explicitly.
Call ContinuousFieldFunction.evaluate to return the given result.
Return
A ContinuousFieldFunction with a predefined result.
Since
300.0.0
Parameters
result
The predefined function result.