Quantity.valueType

The type of the underlying numeric value.

struct Quantity(N, Dim...)
alias valueType = N

Examples

static assert(is(meter.valueType == real));

Meta