December 2017
Intermediate to advanced
648 pages
13h 46m
English
We’ve all been there! You need to convert one unit to another, and you begin your journey, most of the time, by Googling what the conversion should be. You can now use some built-in structures to represent and convert your units.
The following classes and structures appear throughout this chapter:
Unitm for meters.DimensionUnit and defines the converter to be used between various units.UnitLength, UnitMass, and the likeDimension. Each unit offers alternative ways of representing a particular measure, such as length or mass. Each unit also standardizes the various symbols for its measure, such as m for meters, km for kilometers, and smi for Scandinavian miles (with each Scandinavian mile being equal to 10 kilometers).Double and a unit of type Unit. You want to be able to represent values with the unit of length, such as kilometers and miles, and would like to be able to perform some basic tasks on them, such as converting one unit to another, or adding and subtracting values represented in different units.
Follow these steps:
Measurement ...Read now
Unlock full access