NumberValue

Represents an ExpressionValue that resolves to a numeric quantity. Corresponds to numbers in the JSON style spec. Use const to create a literal NumberValue.

Parameters

U

the unit type of the number. For dimensionless quantities, use Number.

Inheritors