C# Class 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.
Mostrar archivo Open project: mcneel/Rhino4Samples_DotNet

Public Methods

Method Description
ComputeChecksum ( OnInterval dom ) : uint
ComputeChecksum ( byte bytes ) : uint

Method Details

ComputeChecksum() public static method

public static ComputeChecksum ( OnInterval dom ) : uint
dom OnInterval
return uint

ComputeChecksum() public static method

public static ComputeChecksum ( byte bytes ) : uint
bytes byte
return uint