Click or drag to resize

LinkDelayEvaluatorAdjustInterval Method

Adjusts an interval according to the link delay.

Namespace:  AGI.Foundation.Geometry
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public TimeInterval AdjustInterval(
	TimeInterval interval,
	bool remember
)

Parameters

interval
Type: AGI.Foundation.TimeTimeInterval
The interval to adjust.
remember
Type: SystemBoolean
if this adjustment should be remembered so that it can be reversed without loss of precision. if this adjustment will not be reversed.

Return Value

Type: TimeInterval
The adjusted interval.
See Also