Click or drag to resize

MassChangeAfterExponentialEquilibrationForCylinderEvaluate(Double, Double, Double, Double, Double, Double, Double) Method

[Missing <summary> documentation for "M:Altaxo.Calc.FitFunctions.Diffusion.MassChangeAfterExponentialEquilibrationForCylinder.Evaluate(System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double)"]


Namespace: Altaxo.Calc.FitFunctions.Diffusion
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public static double Evaluate(
	double t,
	double r,
	double t0,
	double M0,
	double ΔM,
	double D,
	double tau
)

Parameters

t  Double

[Missing <param name="t"/> documentation for "M:Altaxo.Calc.FitFunctions.Diffusion.MassChangeAfterExponentialEquilibrationForCylinder.Evaluate(System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double)"]

r  Double

[Missing <param name="r"/> documentation for "M:Altaxo.Calc.FitFunctions.Diffusion.MassChangeAfterExponentialEquilibrationForCylinder.Evaluate(System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double)"]

t0  Double

[Missing <param name="t0"/> documentation for "M:Altaxo.Calc.FitFunctions.Diffusion.MassChangeAfterExponentialEquilibrationForCylinder.Evaluate(System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double)"]

M0  Double

[Missing <param name="M0"/> documentation for "M:Altaxo.Calc.FitFunctions.Diffusion.MassChangeAfterExponentialEquilibrationForCylinder.Evaluate(System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double)"]

ΔM  Double

[Missing <param name="ΔM"/> documentation for "M:Altaxo.Calc.FitFunctions.Diffusion.MassChangeAfterExponentialEquilibrationForCylinder.Evaluate(System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double)"]

D  Double

[Missing <param name="D"/> documentation for "M:Altaxo.Calc.FitFunctions.Diffusion.MassChangeAfterExponentialEquilibrationForCylinder.Evaluate(System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double)"]

tau  Double

[Missing <param name="tau"/> documentation for "M:Altaxo.Calc.FitFunctions.Diffusion.MassChangeAfterExponentialEquilibrationForCylinder.Evaluate(System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double)"]

Return Value

Double

[Missing <returns> documentation for "M:Altaxo.Calc.FitFunctions.Diffusion.MassChangeAfterExponentialEquilibrationForCylinder.Evaluate(System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double)"]

See Also