コード例 #1
0
 internal HashResult(int hash)
 {
     _hash = new[]
     { (byte)Bits.Asr32(hash, 24), (byte)Bits.Asr32(hash, 16), (byte)Bits.Asr32(hash, 8), (byte)hash };
 }