HistogramContains Method

CVB.Net Documentation
Gets whether the count is inside this histogram.

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

public bool Contains(
	long count
)

Parameters

count
Type: SystemInt64
Numeric count of gray value to test.

Return Value

Type: Boolean
true if the count is present; false if not.

Implements

ICollectionTContains(T)
See Also

Reference