RangeCollection Constructor (Int64, Int64) |
Create a new Range collection containing all the longs in a range (inclusive)
Namespace: Bio.UtilAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public RangeCollection(
long begin,
long last
)
Public Sub New (
begin As Long,
last As Long
)
public:
RangeCollection(
long long begin,
long long last
)
new :
begin : int64 *
last : int64 -> RangeCollection
Parameters
- begin
- Type: SystemInt64
The first long to include in the RangeCollection - last
- Type: SystemInt64
The last long to include in the RangeCollection
Return Value
Type:
a new RangeCollection
See Also