C# 클래스 RampUp.Buffers.IndexCalculator

The calculator for index of the segment and the offset within segment for the given index.
파일 보기 프로젝트 열기: Scooletz/RampUp 1 사용 예제들

공개 메소드들

메소드 설명
IndexCalculator ( int segmentLength ) : System

비공개 메소드들

메소드 설명
GetIndexInSegment ( long index ) : int
GetSegmentIndex ( long index ) : int

메소드 상세

IndexCalculator() 공개 메소드

public IndexCalculator ( int segmentLength ) : System
segmentLength int
리턴 System