Crc64Iso.Compute Method (UInt64,Byte[]) |
Computes the specified seed.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntaxpublic static ulong Compute(
ulong seed,
byte[] buffer
)
Parameters
- seed
- Type: System.UInt64
The seed. - buffer
- Type:System.Byte[]
The buffer.
Return Value
Type:
UInt64The crc 64 value.
See Also