EquallySpacedColumnWithStartValue Method |
Returns a copy with a different start value.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic EquallySpacedColumn WithStartValue(
double startValue
)
Parameters
- startValue Double
- The start value for the returned column.
Return Value
EquallySpacedColumnThe updated column.
See Also