HistogramIListInt64Item Property

CVB.Net Documentation
Gets or sets the element at the specified index.

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

long IList<long>.this[
	int index
] { get; set; }

Parameters

index
Type: SystemInt32
The zero-based index of the element to get or set.

Return Value

Type: Int64
The element at the specified index.

Implements

IListTItemInt32
Exceptions

See Also

Reference