public void NumberToCubicYardsPerFootTest() =>
 Assert.Equal(VolumePerLength.FromCubicYardsPerFoot(2), 2.CubicYardsPerFoot());
Exemplo n.º 2
0
 public static VolumePerLength CubicYardsPerFoot <T>(this T value) =>
 VolumePerLength.FromCubicYardsPerFoot(Convert.ToDecimal(value));