Skip to content

impulse-rocketry/Units

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Units

Library for handling the representation and conversion of units

To create a value:

  var celsiusValue = Temperature.C.Value(100);

To convert a value:

  double kelvinValue = celsiusValue.To.K;

Supported quantity values:

  • Acceleration
  • Angle
  • Density
  • Energy
  • Enthalpy
  • Force
  • Heat Capacity
  • Length
  • Mass
  • Mass Flow
  • Mass Flux
  • Pressure
  • Surface Tension
  • Temperature
  • Time
  • Velocity
  • Volume

About

Library for handling the representation and conversion of units

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages