Click or drag to resize

CONTD5(CommonBlock) Constructor

Initializes a new instance of the CONTD5 class using the supplied common block.

Namespace: Altaxo.Calc.Ode.Obsolete.Dopri
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public CONTD5(
	CommonBlock CONDO5
)

Parameters

CONDO5  CommonBlock
The common block that stores interpolation state.
See Also