Click or drag to resize
Accord.NET (logo)

ColumnOptionCollectionTOptions, TFilterTryGetValue Method

Gets the associated options for the given column name.

Namespace:  Accord.Statistics.Filters
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public bool TryGetValue(
	string columnName,
	out TOptions options
)
Request Example View Source

Parameters

columnName
Type: SystemString
The name of the column whose options should be retrieved.
options
Type: TOptions
The retrieved options.

Return Value

Type: Boolean
True if the options was contained in the collection; false otherwise.
See Also