DoubleMatrixRowName Property

Gets the name of the DoubleMatrixRow.

Definition

Namespace: Novacta.Analytics
Assembly: Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.1.0+428f3840cfab98dda567bb0ed350b302533e273a
C#
public string Name { get; }

Property Value

String
The row name.

Remarks

A DoubleMatrixRow instance represents a row of a DoubleMatrix. More thoroughly, since each DoubleMatrixRow is an item in a DoubleMatrixRowCollection, such matrix can be inspected by getting the Matrix property of the given collection.

This property returns the name eventually set to the row of Matrix having the corresponding Index; otherwise null.

See Also