Exemplo n.º 1
0
 public static Jerk CentimetersPerSecondCubed <T>(this T value) =>
 Jerk.FromCentimetersPerSecondCubed(Convert.ToDouble(value));
Exemplo n.º 2
0
 public void NumberToCentimetersPerSecondCubedTest() =>
 Assert.Equal(Jerk.FromCentimetersPerSecondCubed(2), 2.CentimetersPerSecondCubed());