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
I'm now working on my pet project (structural engineering calculations) and just have revealed your library, which seems pretty useful. Though I can't use such functions and have to convert the Quantity to double and back what is leading to errors. Maybe there are already are appointed utility class for that?
And if I already asked I have one more question,
Is there a way to properly check the type of new Unit? Since AbstractUnit.asType() via UnitDimension.of(type) check it by Units what is unmodifiable.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi to everyone,
I'm now working on my pet project (structural engineering calculations) and just have revealed your library, which seems pretty useful. Though I can't use such functions and have to convert the
Quantity
todouble
and back what is leading to errors. Maybe there are already are appointed utility class for that?And if I already asked I have one more question,
Is there a way to properly check the type of new
Unit
? SinceAbstractUnit.asType()
viaUnitDimension.of(type)
check it byUnits
what is unmodifiable.Thanks)
Beta Was this translation helpful? Give feedback.
All reactions