ZerosFunctionComputeZeros Method |
Returns the zeros of a univariate function.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual double[] ComputeZeros(
ZerosFunctionIFunction objectF
)
Public Overridable Function ComputeZeros (
objectF As ZerosFunctionIFunction
) As Double()
public:
virtual array<double>^ ComputeZeros(
ZerosFunctionIFunction^ objectF
)
abstract ComputeZeros :
objectF : ZerosFunctionIFunction -> float[]
override ComputeZeros :
objectF : ZerosFunctionIFunction -> float[]
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