Sharpen.CRC32.GetValue C# (CSharp) Method

GetValue() public method

public GetValue ( ) : uint
return uint
		public uint GetValue ()
		{
			return (this._value ^ uint.MaxValue);
		}