![]() |
SystemEX
Lacking
Additional generic collection types missing in .net
|
Represents a 64‑bit hash value produced by a SystemEx hashing algorithm. More...
Public Member Functions | |
| Hash64 (ulong value) | |
| Creates a new 64‑bit hash wrapper. | |
| override string | ToString () |
Public Attributes | |
| readonly ulong | Value |
| The raw 64‑bit hash value. | |
Represents a 64‑bit hash value produced by a SystemEx hashing algorithm.
The struct is immutable and stores the raw 64‑bit result exactly as returned by the underlying hasher. No normalization or reinterpretation is performed.
| SystemEx.Hash.Hash64.Hash64 | ( | ulong | value | ) |
Creates a new 64‑bit hash wrapper.
| override string SystemEx.Hash.Hash64.ToString | ( | ) |
| readonly ulong SystemEx.Hash.Hash64.Value |
The raw 64‑bit hash value.