Estructura FIJA (wingdi.h)

La estructura FIXED contiene las partes integrales y fraccionarios de un número real de punto fijo.

Sintaxis

typedef struct _FIXED {
#if ...
  WORD  fract;
#if ...
  short value;
#else
  short value;
#endif
#else
  WORD  fract;
#endif
} FIXED;

Miembros

fract

Parte fraccionarcional del número.

value

La parte entera del número.

Comentarios

La estructura FIXED se usa para describir los elementos de la estructura MAT2 .

Requisitos

Requisito Value
Cliente mínimo compatible Windows 2000 Professional [solo aplicaciones de escritorio]
Servidor mínimo compatible Windows 2000 Server [solo aplicaciones de escritorio]
Encabezado wingdi.h (incluye Windows.h)

Consulte también

Estructuras de fuente y texto

Información general sobre fuentes y texto

MAT2