Ejemplo n.º 1
0
 public decimal ToCubicFeet(decimal volume)
 {
     return(UnitConversions.CubicMeterToCubicFeet(volume));
 }