adam._toUlong

private ulong _toUlong() const @trusted

Convert the stored value to ulong for arithmetic.

Notes:

  • Negative signed values return 0 (no wrap-around), aligned with var._toUlong.
  • For STRING type, attempts numeric parsing; returns 0 on failure.
  • For FLOAT/DOUBLE, NaN/Inf/negative values return 0.