Click or drag to resize

ZeroCrossingBracketingReduce Method

[Missing <summary> documentation for "M:Altaxo.Calc.RootFinding.ZeroCrossingBracketing.Reduce(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 bool Reduce(
	Func<double, double> f,
	ref double lowerBound,
	ref double upperBound,
	int subdivisions = 1000
)

Parameters

f  FuncDouble, Double

[Missing <param name="f"/> documentation for "M:Altaxo.Calc.RootFinding.ZeroCrossingBracketing.Reduce(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.Reduce(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.Reduce(System.Func{System.Double,System.Double},System.Double@,System.Double@,System.Int32)"]

subdivisions  Int32  (Optional)

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

Return Value

Boolean

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

See Also