C# Class BitsetsNET.RLEBitset.Run

Show file Open project: BitSetsNet/BitSetsNet

Public Properties

Property Type Description
EndIndex int
StartIndex int

Public Methods

Method Description
Run ( int startIndex, int endIndex ) : System

Private Methods

Method Description
serializedSizeInBytes ( int numberOfRuns ) : int

Method Details

Run() public method

public Run ( int startIndex, int endIndex ) : System
startIndex int
endIndex int
return System

Property Details

EndIndex public property

public int EndIndex
return int

StartIndex public property

public int StartIndex
return int