C# Class BitsetsNET.RLEBitset.Run

Afficher le fichier Open project: BitSetsNet/BitSetsNet

Méthodes publiques

Свойство Type Description
EndIndex int
StartIndex int

Méthodes publiques

Méthode Description
Run ( int startIndex, int endIndex ) : System

Private Methods

Méthode Description
serializedSizeInBytes ( int numberOfRuns ) : int

Method Details

Run() public méthode

public Run ( int startIndex, int endIndex ) : System
startIndex int
endIndex int
Résultat System

Property Details

EndIndex public_oe property

public int EndIndex
Résultat int

StartIndex public_oe property

public int StartIndex
Résultat int