Changes between Version 77 and Version 78 of FAQ
- Timestamp:
- Oct 19, 2011, 12:10:58 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FAQ
v77 v78 106 106 }}} 107 107 108 === When using division "/" as an induced operation I get integer results instead of floats. ===109 110 * Division of two integers yields an integer. If you want to have a float result then you need to cast the operands (that is: at least one of them) to float or double.111 112 108 === My insert query produces error 821 (cell type mismatch) === 113 109 ... although I provide a TIFF file with correct pixel type: