Click or drag to resize
ZerosFunctionIFunction Interface
Public interface for the user supplied function to ZerosFunction.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public interface IFunction

The ZerosFunctionIFunction type exposes the following members.

Methods
  NameDescription
Public methodF
Returns the value of the function at the given point.
Top
Remarks
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