Click or drag to resize

DataTableToMatrixConverterGetColumnSpacing Method

Get the uniform column spacing value, or, if the column header vector is not uniformly spaced, null.

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

Return Value

NullableDouble
Column spacing value (or null if the column header vector is not uniformly spaced).
See Also