コード例 #1
0
 public decimal ToCubicFeet(decimal volume)
 {
     return(UnitConversions.CubicMeterToCubicFeet(volume));
 }