Creates a Union 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)
Syntax public Interval Union(
Interval value
)
Public Function Union (
value As Interval
) As Interval
public:
Interval^ Union(
Interval^ value
)
member Union :
value : Interval -> Interval
Parameters
- value
- Type: StreamCodersInterval
Interval to build union with.
Return Value
Type:
Interval
Returns a new
Interval representing the union, otherwise an
Interval with
IsEmpty property set to true.
See Also