MassBasedFloryDistributionWithFixedGaussianBroadeningGetNAndRelativeSigmaEnd Method |
Calculates the number of points and the relative sigma end for a given molecular weight.
Namespace: Altaxo.Calc.FitFunctions.ChemistryAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic (int N, double relativeSigmaEnd) GetNAndRelativeSigmaEnd(
double M
)
Parameters
- M Double
- The molecular weight.
Return Value
ValueTupleInt32,
DoubleA tuple containing the number of points and the relative sigma end.
See Also