 | ValueSequenceTDataTypeAt Method |
Gets the value from the element at the specified index.
Namespace: Aml.Engine.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic TDataType At(
int index
)
Public Function At (
index As Integer
) As TDataType
public:
TDataType At(
int index
)
Parameters
- index Int32
- The index.
Return Value
TDataTypeThe value.
See Also