Question
Convert Integer to float
Hello everyone, can someone tell me why casting doesn't work. I want to convert int values of an array to float.
for (int i = 0; i<= adcBufferSize; i++)
{
adc_buffer_float[i] = (float)adc_buffer [i];
}
Hello everyone, can someone tell me why casting doesn't work. I want to convert int values of an array to float.
for (int i = 0; i<= adcBufferSize; i++)
{
adc_buffer_float[i] = (float)adc_buffer [i];
}
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.