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