Click or drag to resize
ZerosFunction.ComputeZeros 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(
	ZerosFunction. IFunction objectF
)

Parameters

objectF
Type: Imsl.Math.ZerosFunction.IFunction
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