The numeric type of the value part of the quantity.
The symbol of the dimension of this quantity.
The rank of the dimensions of this quantity in the dimension vector, when combining this quantity with other oned.
enum meter = unit!double("L", 1); enum kilogram = unit!double("M", 2); // Dimensions will be in this order: L M
Creates a new monodimensional unit as a QVariant.