Click or drag to resize

UnivariateHybridMCCopy Method

Use for copying objects in the Burn method.

Namespace: Altaxo.Calc.Statistics.Mcmc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected override double Copy(
	double source
)

Parameters

source  Double
The source of copying.

Return Value

Double
A copy of the source object.
See Also