Click or drag to resize
IntervalIntersect Method
Creates an intersection with another Interval. Both intervals must intersect for this method to succeed.

Namespace: StreamCoders
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public Interval Intersect(
	Interval value
)

Parameters

value
Type: StreamCodersInterval
Interval to build intersection with.

Return Value

Type: Interval
Returns a new Interval representing the intersection, otherwise an Interval with IsEmpty property set to true.
See Also