Gets the value at a particular time.

Namespace:  Janus
Assembly:  Janus (in Janus.dll)

Syntax

C#
public T Get(
	double time,
	bool isTimeAbsolute
)

Parameters

time
Type: System..::..Double
The time at which to get the value.
isTimeAbsolute
Type: System..::..Boolean
Whether or not the specified time is absolute.

Return Value

The value at the specified time.

See Also