Click or drag to resize

dataUnitSeriesT, TInstanceItem Property

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the [!:T] with the specified iteration.

Namespace:  imbSCI.DataComplex.data.dataUnits.core
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public T this[
	int iteration
] { get; }
Request Example View Source

Parameters

iteration
Type: SystemInt32
The iteration.

Property Value

Type: T
The [!:T].

Return Value

Type: T
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptioniteration - Larger then timeseries
See Also