Click or drag to resize

DataTableToMatrixConverterColumnSpacingOrValue Method

Get the uniform column spacing value, or, if the column header vector is not uniformly spaced, a default value provided in defaultValue.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public double ColumnSpacingOrValue(
	double defaultValue
)

Parameters

defaultValue  Double
The default value used if the column header vector is not uniformly spaced.

Return Value

Double
Row spacing value.
See Also