HybridMCGenericTCopy Method | 
            Use for copying objects in the Burn method.
            
Namespace: Altaxo.Calc.Statistics.McmcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntaxprotected abstract T Copy(
	T source
)
Parameters
- source  T
 - The source of copying.
 
Return Value
TA copy of the source object.
See Also