Click or drag to resize

TimeIntervalAddDataT Method

Namespace:  AGI.Foundation.Time
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public TimeInterval<T> AddData<T>(
	T data
)

Parameters

data
Type: T
The data value.

Type Parameters

T
The type of the data.

Return Value

Type: TimeIntervalT
An equivalent interval with the specified data.
See Also