QuantumRange

The largest value that fits in a Quantum, This is the same as Quantum.max except when the Quantum dept is 64 bits.

enum QuantumRange = ubyte.max;

Meta