ReleaseUpdateDB60_Ledger.getHashContainerFromInts Method [AX 2012]
Returns a 160 bit hash in a container by merging five separate 32-bit integer fields.
private DimensionSHA1Hash getHashContainerFromInts(
int _hashInt1,
int _hashInt2,
int _hashInt3,
int _hashInt4,
int _hashInt5)
Run On
ServerParameters
- _hashInt1
- Type: int
The first 32 bits of the hash to merge.
- _hashInt2
- Type: int
The second 32 bits of the hash to merge.
- _hashInt3
- Type: int
The third 32 bits of the hash to merge.
- _hashInt4
- Type: int
The fourth 32 bits of the hash to merge.
- _hashInt5
- Type: int
The fifth 32 bits of the hash to merge.
Community Additions
ADD
Show: