EquallySpacedColumn(Double, Double) Constructor |
Creates a EquallySpacedColumn with starting value start and spacing increment.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public EquallySpacedColumn(
double start,
double increment
)
Parameters
- start Double
- The starting value.
- increment Double
- The increment value (spacing value between consecutive elements).
See Also