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