Guest User

Untitled

a guest
Oct 20th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. public static readonly Dictionary<Measure, string> ExpectedUnits
  2. = new Dictionary<Measure, string>
  3. {
  4. { Measure.Pwm, "%" },
  5. { Measure.Pressure, "kPa" },
  6. };
  7.  
  8. if (actualUnits != Helper.ExpectedUnits[measurement]) { ... }
Add Comment
Please, Sign In to add comment