Click or drag to resize

EquallySpacedColumnWithStartValue Method

Returns a copy with a different start value.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public EquallySpacedColumn WithStartValue(
	double startValue
)

Parameters

startValue  Double
The start value for the returned column.

Return Value

EquallySpacedColumn
The updated column.
See Also