Click or drag to resize
ZerosFunctionComputeZeros Method
Returns the zeros of a univariate function.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual double[] ComputeZeros(
	ZerosFunctionIFunction objectF
)

Parameters

objectF
Type: Imsl.MathZerosFunctionIFunction
Contains the function for which the zeros will be found

Return Value

Type: Double
A double array containing the zeros of the univariate function.
See Also