ZerosFunctionIFunction Interface |
Public interface for the user supplied function to
ZerosFunction.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public interface IFunction
Public Interface IFunction
public interface class IFunction
type IFunction = interface end
The ZerosFunctionIFunction type exposes the following members.
Methods
| Name | Description |
---|
| F |
Returns the value of the function at the given point.
|
TopRemarks
The user supplied function, f(x), must return valid
results for all values in the specified interval. If no interval is
given, the user-supplied function must return valid results for all
real numbers.
See Also