Click or drag to resize

DecomposeByColumnContentDataAndOptionsEnsureCoherence Method

Tests if the data in data can be used for the DecomposeByColumnContent action.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static void EnsureCoherence(
	DataTableMultipleColumnProxy data,
	bool throwIfNonCoherent
)

Parameters

data  DataTableMultipleColumnProxy
The data to test.
throwIfNonCoherent  Boolean
If true, an exception is thrown if any problems are detected. If false, it is tried to rectify the problem by making some assumtions.
See Also