Click or drag to resize

ZeroCrossingBracketingFindIntervalsWithin Method

[Missing <summary> documentation for "M:Altaxo.Calc.RootFinding.ZeroCrossingBracketing.FindIntervalsWithin(System.Func{System.Double,System.Double},System.Double,System.Double,System.Int32)"]


Namespace: Altaxo.Calc.RootFinding
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static IEnumerable<(double , double )> FindIntervalsWithin(
	Func<double, double> f,
	double lowerBound,
	double upperBound,
	int subdivisions
)

Parameters

f  FuncDouble, Double

[Missing <param name="f"/> documentation for "M:Altaxo.Calc.RootFinding.ZeroCrossingBracketing.FindIntervalsWithin(System.Func{System.Double,System.Double},System.Double,System.Double,System.Int32)"]

lowerBound  Double

[Missing <param name="lowerBound"/> documentation for "M:Altaxo.Calc.RootFinding.ZeroCrossingBracketing.FindIntervalsWithin(System.Func{System.Double,System.Double},System.Double,System.Double,System.Int32)"]

upperBound  Double

[Missing <param name="upperBound"/> documentation for "M:Altaxo.Calc.RootFinding.ZeroCrossingBracketing.FindIntervalsWithin(System.Func{System.Double,System.Double},System.Double,System.Double,System.Int32)"]

subdivisions  Int32

[Missing <param name="subdivisions"/> documentation for "M:Altaxo.Calc.RootFinding.ZeroCrossingBracketing.FindIntervalsWithin(System.Func{System.Double,System.Double},System.Double,System.Double,System.Int32)"]

Return Value

IEnumerableValueTupleDouble, Double

[Missing <returns> documentation for "M:Altaxo.Calc.RootFinding.ZeroCrossingBracketing.FindIntervalsWithin(System.Func{System.Double,System.Double},System.Double,System.Double,System.Int32)"]

See Also