You need to find SetBodyGump and check function's properties.
If you make it such as Function(Mobile m, int val, double val2), you need to use like this
-> Function( MobileValue, IntValue, DoubleValue );
m_Mobile.SendGump( new SetBodyGump( m_Property, m_Mobile, m_Object, m_Stack, m_Page...