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.
Afficher le fichier Open project: mcneel/Rhino4Samples_DotNet

Méthodes publiques

Méthode Description
ComputeChecksum ( OnInterval dom ) : uint
ComputeChecksum ( byte bytes ) : uint

Method Details

ComputeChecksum() public static méthode

public static ComputeChecksum ( OnInterval dom ) : uint
dom OnInterval
Résultat uint

ComputeChecksum() public static méthode

public static ComputeChecksum ( byte bytes ) : uint
bytes byte
Résultat uint