TextOptions.GetExcludedColumns Method

Returns an array containing the indexes of the columns that are excluded from the matrix.

Definition

Namespace: Numerics.NET.Data
Assembly: Numerics.NET.Data (in Numerics.NET.Data.dll) Version: 4.0.0
C#
public int[] GetExcludedColumns()

Return Value

Int32[]
An array of integers.

See Also