C# 클래스 RocketLeagueReplayParser.Crc32

파일 보기 프로젝트 열기: jjbott/RocketLeagueReplayParser 1 사용 예제들

공개 메소드들

메소드 설명
CalculateCrc ( byte data, int startPosition, int length, UInt32 crc ) : UInt32

메소드 상세

CalculateCrc() 공개 정적인 메소드

public static CalculateCrc ( byte data, int startPosition, int length, UInt32 crc ) : UInt32
data byte
startPosition int
length int
crc System.UInt32
리턴 System.UInt32