DataTableToMatrixConverterRowSpacingOrValue Method |
Get the uniform row spacing value, or, if the row header vector is not uniformly spaced, a default value provided in defaultValue.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public double RowSpacingOrValue(
double defaultValue
)
Parameters
- defaultValue Double
- The default value used if the row header vector is not uniformly spaced.
Return Value
DoubleRow spacing value.
See Also