Click or drag to resize

CategoricalVariableTryGet Method (Double, Category)

Tries to get the category corresponding to a given code.

Namespace:  Novacta.Analytics
Assembly:  Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.0.0
Syntax
public bool TryGet(
	double categoryCode,
	out Category category
)

Parameters

categoryCode
Type: SystemDouble
Code of the category to retrieve.
category
Type: Novacta.AnalyticsCategory
The category corresponding to categoryCode.

Return Value

Type: Boolean
Returns true if a category having as code categoryCode was found; otherwise, false.
See Also