Click or drag to resize

ValueSequenceTDataTypeAt Method

Gets the value from the element at the specified index.

Namespace: Aml.Engine.CAEX
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public TDataType At(
	int index
)

Parameters

index  Int32
The index.

Return Value

TDataType
The value.
See Also