Click or drag to resize

TimeIntervalAddDataT Method

Namespace:  AGI.Foundation.Time
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.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