Initializes a new instance of the CommonBlock class with the specified dimensions for double, integer, single, and complex data.
Namespace: Altaxo.Calc.Ode.ObsoleteAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic CommonBlock(
int DimensionDouble,
int DimensionInt,
int DimensionSingle,
int DimensionComplex
)
Parameters
- DimensionDouble Int32
- The dimension of the double-precision data.
- DimensionInt Int32
- The dimension of the integer data.
- DimensionSingle Int32
- The dimension of the single-precision data.
- DimensionComplex Int32
- The dimension of the complex data.
See Also