All pastes #2123375 Raw Edit

Mine

public text v1 · immutable
#2123375 ·published 2012-03-02 01:21 UTC
rendered paste body
    public decimal Test()
        {
            int integerPart = 1;
            int decimalPart = 2;
            
            return (parteEntera + (parteDecimal * 0.01));
        
        }