Click or drag to resize

ReadOnlyDoubleMatrixIListDoubleItem Property

Gets the element at the specified index. A NotSupportedException occurs if you try to set the item at the specified index.

Namespace:  Novacta.Analytics
Assembly:  Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.0.0
Syntax
double IList<double>.this[
	int index
] { get; set; }

Parameters

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

Property Value

Type: Double
The element at the specified index.

Implements

IListTItemInt32
Exceptions
ExceptionCondition
NotSupportedException Always thrown if the property is set.
See Also