Report post

Are you sure you want to report the post shown below? This will send an email to the ATVO administrators. Please include a short reason for reporting.

Users reporting for no reason may be locked out.


Post

Posted by Emmanuel S
on
Ok, I think in my different test I miss something, it is working with:

var rpm = value;
int rpm2 = Convert.ToInt32(rpm);
rpm2 = rpm2 / 40 + 74;
return rpm2;