Click or drag to resize

TimeIntervalTIntersect Method (TimeInterval)

Computes an interval which is the intersection of this interval with another, with the data from this one.

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> Intersect(
	TimeInterval other
)

Parameters

other
Type: AGI.Foundation.TimeTimeInterval
The interval to intersect with this interval.

Return Value

Type: TimeIntervalT
The intersection of the two intervals, with the data from this one.
See Also