Creates an intersection with another Interval. Both intervals must intersect for this
method to succeed.
Namespace: StreamCodersAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic Interval Intersect(
Interval value
)
Public Function Intersect (
value As Interval
) As Interval
public:
Interval^ Intersect(
Interval^ value
)
member Intersect :
value : Interval -> Interval
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