Click or drag to resize
RangeCollectionComplement Method
Returns the competeCollection - thisCollection

Namespace: Bio.Util
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public RangeCollection Complement(
	long fullRangeBegin,
	long fullRangeLast
)

Parameters

fullRangeBegin
Type: SystemInt64

[Missing <param name="fullRangeBegin"/> documentation for "M:Bio.Util.RangeCollection.Complement(System.Int64,System.Int64)"]

fullRangeLast
Type: SystemInt64

[Missing <param name="fullRangeLast"/> documentation for "M:Bio.Util.RangeCollection.Complement(System.Int64,System.Int64)"]

Return Value

Type: RangeCollection

[Missing <returns> documentation for "M:Bio.Util.RangeCollection.Complement(System.Int64,System.Int64)"]

See Also