Click or drag to resize
IntervalIsIntersected Method
Query if interval intersected with another interval.

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

Parameters

value
Type: StreamCodersInterval
The value to check against.

Return Value

Type: Boolean
true if intersected, false if not.
See Also