RangeCollectionComplement Method |
Returns the competeCollection - thisCollection
Namespace: Bio.UtilAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public RangeCollection Complement(
long fullRangeBegin,
long fullRangeLast
)
Public Function Complement (
fullRangeBegin As Long,
fullRangeLast As Long
) As RangeCollection
public:
RangeCollection^ Complement(
long long fullRangeBegin,
long long fullRangeLast
)
member Complement :
fullRangeBegin : int64 *
fullRangeLast : int64 -> RangeCollection
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