Click or drag to resize
Accord.NET (logo)

SparseTItem Property

Gets the the value stored at position i.

Namespace:  Accord.Math
Assembly:  Accord (in Accord.dll) Version: 3.8.0
Syntax
public T this[
	int i
] { get; set; }
Request Example View Source

Parameters

i
Type: SystemInt32

Property Value

Type: T
See Also