TimeInterval.Intersect Method |
Computes an interval which is the intersection of this interval with another.
Namespace:
AGI.Foundation.Time
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic TimeInterval Intersect(
TimeInterval other
)
Public Function Intersect (
other As TimeInterval
) As TimeInterval
public:
TimeInterval^ Intersect(
TimeInterval^ other
)
member Intersect :
other : TimeInterval -> TimeInterval
Parameters
- other
- Type: AGI.Foundation.Time.TimeInterval
The interval to intersect with this interval.
Return Value
Type:
TimeIntervalThe intersection of the two intervals.
See Also