CS2JNet.System.Math Math System.Math Math.abs(${d}) System.Double d Abs System.Double Math.floor(${d}) System.Decimal d Floor System.Decimal Math.floor(${d}) System.Double d Floor System.Double Math.floor(${d}) System.Double d Floor System.Double Math.min(${a},${b}) System.Int32 a System.Int32 b Min System.Int32 Math.min(${a},${b}) System.Double a System.Double b Min System.Double Math.max(${a},${b}) System.Int32 a System.Int32 b Max System.Int32 Math.max(${a},${b}) System.Double a System.Double b Max System.Double Math.round(${d}) System.Decimal d Round System.Decimal Math.round(${d}) System.Double d Round System.Double (Math.round(${d}*Math.pow(10,${decimals})) / Math.pow(10,${decimals})) System.Decimal d System.Int32 decimals Round System.Decimal (Math.round(${d}*Math.pow(10,${decimals})) / Math.pow(10,${decimals})) System.Double d System.Int32 decimals Round System.Double