Click or drag to resize
Accord.NET (logo)

ColumnOptionCollectionTOptions, TFilterAdd Method

Adds a new column options definition to the collection.

Namespace:  Accord.Statistics.Filters
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public TOptions Add(
	TOptions options
)
Request Example View Source

Parameters

options
Type: TOptions
The column options to be added.

Return Value

Type: TOptions
The added column options.
See Also