Click or drag to resize

MassBasedFloryDistributionWithFixedGaussianBroadeningGetMSigmaLog10Delta Method

Enumerates the molecular weights, sigmas, and log10 deltas for the Gaussian broadening.

Namespace: Altaxo.Calc.FitFunctions.Chemistry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public IEnumerable<(double M, double sigma, double log10Delta)> GetMSigmaLog10Delta(
	double M,
	int N,
	double relSigmaEnd
)

Parameters

M  Double
The molecular weight.
N  Int32
The number of points.
relSigmaEnd  Double
The relative sigma end.

Return Value

IEnumerableValueTupleDouble, Double, Double
An enumeration of tuples containing molecular weight, sigma, and log10 delta.
See Also