Search:

Type: Posts; User: lostInC

Search: Search took 0.01 seconds.

  1. Would the compiler and/or target platform be an...

    Would the compiler and/or target platform be an issue?
  2. Type Casting for return statements, any gains??

    Is the following type cast really needed???

    float myFunction(float inVal)
    {
    //does this type cast of a float really gain anything??
    return (float) (inVal * 25.25687);
    }
Results 1 to 2 of 2