You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As it is right now, I have not implemented string parsing, the main idea is to perform unit conversion using explicit generic types, such as Unit<Velocity>.
I realize that I have not included "MPH" as a velocity unit yet, but it should be a simple thing for you to add this unit to the class library.
I have not actively developing this library for a while, but I might deal with for example missing units and some other shortcomings in the near future.
I have a need for a method that looks like this:
double Convert(double value, string currentUnits, string finalUnits);
For example, currentUnits might equal m/s and finalUnits might equal MPH. Is there some way to parse the unit strings with this framework?
The text was updated successfully, but these errors were encountered: