Skip to content

Commit

Permalink
Add dyne unit
Browse files Browse the repository at this point in the history
Related Work Items: #
  • Loading branch information
Peter Morlion committed Jun 25, 2018
1 parent e2c5728 commit 7337df0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions RedStar.Amounts.StandardUnits/ForceUnits.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,7 @@ public static class ForceUnits
{
public static readonly Unit Newton = new Unit("newton", "N", LengthUnits.Meter * MassUnits.KiloGram * TimeUnits.Second.Power(-2));
public static readonly Unit MicroNewton = new Unit("micronewton", "mN", 0.000001 * Newton);

public static readonly Unit Dyne = new Unit("dyne", "dyn", 0.00001 * Newton);
}
}

0 comments on commit 7337df0

Please sign in to comment.