createValue abstract method

  1. @protected
TValue createValue(
  1. Rational baseValue
)

Creates a unit of measurement value with the specified baseValue.

Implementation

@protected
TValue createValue(Rational baseValue);