| 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.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntax protected void SetLabels(
IEnumerable<string> labels
)
Protected Sub SetLabels (
labels As IEnumerable(Of String)
)
protected:
void SetLabels(
IEnumerable<String^>^ labels
)
member SetLabels :
labels : IEnumerable<string> -> unit
Parameters
- labels IEnumerableString
- Labels.
See Also