C# 클래스 ZAnalysis.Crc32

The openNURBS toolkit (C++) has a ON_CRC32 function that could normally be used to compute a CRC checksum. But the function was not exported to the .NET SDK. But, this class should do nicely.
파일 보기 프로젝트 열기: mcneel/Rhino4Samples_DotNet

공개 메소드들

메소드 설명
ComputeChecksum ( OnInterval dom ) : uint
ComputeChecksum ( byte bytes ) : uint

메소드 상세

ComputeChecksum() 공개 정적인 메소드

public static ComputeChecksum ( OnInterval dom ) : uint
dom OnInterval
리턴 uint

ComputeChecksum() 공개 정적인 메소드

public static ComputeChecksum ( byte bytes ) : uint
bytes byte
리턴 uint