The FIXED structure contains the integral and fractional parts of a fixed-point real number.
typedef struct _FIXED { // fix
WORD fract;
short value;
} FIXED;
The FIXED structure is used to describe the elements of the MAT2 structure.
See also:
| file: /Techref/os/win/api/win32/struc/src/str08_2.htm, 1KB, , updated: 2000/4/7 12:20, local time: 2012/5/24 20:54,
38.107.179.233:LOG IN |
| ©2012 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://www.piclist.com/tecHREF/os/win/api/win32/struc/src/str08_2.htm"> FIXED</A> |
| Did you find what you needed? |
|
|
.