IdHash.Implicit Conversions

static UInt64 Implicit Conversions(IdHash h)

For back compatibility, allows conversion from an IdHash into a ulong, which may still be used in some parts of the older API.

   
IdHash h Source id.
RETURNS: UInt64 An older style ulong hash.
static IdHash Implicit Conversions(UInt64 h)

For back compatibility, allows old ulong hashes to auto convert to the newer opaque IdHash representation.

   
UInt64 h Source id.
RETURNS: IdHash A new style IdHash hash.




Found an issue with these docs, or have some additional questions? Create an Issue on Github!