TimeStone.

GetDataValueAt<T>(int, TimeAgent, string, bool) Method

Summary

Get TimeData Value at the given tick index

Syntax

public T GetDataValueAt<T>(int tickIndex, TimeAgent timeAgent, string dataId, out bool dataExists)

Type Parameters

Name Description
T The type of the data searched

Parameters

Name Type Description
tickIndex int The tick index search
timeAgent TimeAgent The TimeAgent to get the data from
dataId string The id of the data searched
dataExists bool Out parameter exposing if the asked data exist

Return Value

Type Description
T The TimeData value if the data exist, null otherwise