UnionRange.Intersect

Intersect(string)

Intersects another range.

public UnionRange Intersect(string range)
ParameterTypeDescription
rangeStringThe range.

Remarks

If the two union ranges are not intersected, returns null.

See Also


Intersect(UnionRange)

Intersects another range.

public UnionRange Intersect(UnionRange unionRange)
ParameterTypeDescription
unionRangeUnionRangeThe range.

Remarks

If the two union ranges are not intersected, returns null.

See Also


Intersect(Range[])

Intersects another range.

public UnionRange Intersect(Range[] ranges)
ParameterTypeDescription
rangesRange[]The range.

Remarks

If the two union ranges are not intersected, returns null.

See Also