ReadOnlyComplexMatrixIListComplexItem Property

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

Definition

Namespace: Novacta.Analytics
Assembly: Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.1.0+428f3840cfab98dda567bb0ed350b302533e273a
C#
Complex IList<Complex>.this[
	int index
] { get; set; }

Parameters

index  Int32
The zero-based index of the element to get.

Property Value

Complex
The element at the specified index.

Implements

IListTItemInt32

Exceptions

NotSupportedException Always thrown if the property is set.

See Also