HistogramIndexOf Method

CVB.Net Documentation
Gets the index of the first found count.

Namespace:  Stemmer.Cvb.Foundation
Assembly:  Stemmer.Cvb.Foundation (in Stemmer.Cvb.Foundation.dll) Version: 14.0.0.0
Syntax

public int IndexOf(
	long count
)

Parameters

count
Type: SystemInt64
Count of gray value to find.

Return Value

Type: Int32
Index of count; negative if not found.

Implements

IListTIndexOf(T)
See Also

Reference