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