ComplexErrorFunctionRelatedVoigtHalfWidthHalfMaximum Method |
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static double VoigtHalfWidthHalfMaximum(
double sigma,
double gamma
)
Parameters
- sigma Double
- The parameter sigma (of the Gaussian).
- gamma Double
- The parameter gamma (of the Lorentzian).
Return Value
DoubleThe half width at half maximum of the Voigt profile, see
Voigt(Double, Double, Double).
Exceptions See Also