Click or drag to resize

MassBasedFloryDistributionWithFixedGaussianBroadeningGetNAndRelativeSigmaEnd Method

Calculates the number of points and the relative sigma end for a given molecular weight.

Namespace: Altaxo.Calc.FitFunctions.Chemistry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public (int N, double relativeSigmaEnd) GetNAndRelativeSigmaEnd(
	double M
)

Parameters

M  Double
The molecular weight.

Return Value

ValueTupleInt32, Double
A tuple containing the number of points and the relative sigma end.
See Also