Click or drag to resize

ConnectivityMatrixSetLabels Method

Sets the labels to the input values filling in with default values if there order is greater than the number of input labels.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
protected void SetLabels(
	IEnumerable<string> labels
)

Parameters

labels  IEnumerableString
Labels.
See Also