 | Crc32ComputeHash 方法 (Byte, Int32, Int32) |
Sweet 开发框架
计算哈希值
命名空间:
Sweet.Common
程序集:
Sweet.Common (在 Sweet.Common.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法public uint ComputeHash(
byte[] data,
int start,
int length
)
Public Function ComputeHash (
data As Byte(),
start As Integer,
length As Integer
) As UInteger
member ComputeHash :
data : byte[] *
start : int *
length : int -> uint32
参数
- data
- 类型:SystemByte
数据 - start
- 类型:SystemInt32
起始位置 - length
- 类型:SystemInt32
长度
返回值
类型:
UInt32哈希值
参见