Hello,
I was wondering if someone could help me with the following question:
- What is the difference(s) between "set_max_isometric_force()" and "setMaxIsometricForce()"?
Thank you.
Best,
Arash
Difference btw "set_max_isometric_force()" and "setMaxIsometricForce()"
- Arash Mohammadzadeh Gonabadi
- Posts: 34
- Joined: Sun Sep 10, 2017 10:44 am
- Ayman Habib
- Posts: 2248
- Joined: Fri Apr 01, 2005 12:24 pm
Re: Difference btw "set_max_isometric_force()" and "setMaxIsometricForce()"
Hello,
Not sure what class(es) you're referring to here but in most cases the method setMaxIsometricForce was kept for backward compatibility and it actually just calls set_max_isometric_force under the covers, so you should use set_max_isometric_force whenever possible.
Best regards,
-Ayman
Not sure what class(es) you're referring to here but in most cases the method setMaxIsometricForce was kept for backward compatibility and it actually just calls set_max_isometric_force under the covers, so you should use set_max_isometric_force whenever possible.
Best regards,
-Ayman
- Arash Mohammadzadeh Gonabadi
- Posts: 34
- Joined: Sun Sep 10, 2017 10:44 am
Re: Difference btw "set_max_isometric_force()" and "setMaxIsometricForce()"
Hello,
Thank you so much for your explanation.
Best,
Arash
Thank you so much for your explanation.
Best,
Arash