OdeRungeKutta.IFunction Interface |
Public interface for user supplied function to OdeRungeKutta object.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntaxpublic interface IFunction
Public Interface IFunction
public interface class IFunction
type IFunction = interface end
The OdeRungeKutta. IFunction type exposes the following members.
Methods
| Name | Description |
---|
 | F | Returns the value of the function at the given point.
|
Top
See Also