SharpMod.CRC32.Final C# (CSharp) Method

Final() public method

Finalizes the CRC32 algorithm and returns a value
public Final ( ) : long
return long
        public long Final()
        {
            return MetaModEngine.engineFunctions.CRC32_Final(crc32);
        }