Jump to content

GFIXEDS

From EDM2
Revision as of 04:12, 2 April 2025 by Iturbide (talk | contribs) (Created page with "Signed integer fraction (8:8), which can be treated as a GSHORT data type, where the value has been multiplied by 256. GCHAR Integer; Integral component.: GUCHAR Fraction; Fractional component.: :;Integer (GCHAR) ::Integral component. :;Fraction (GUCHAR) ::Fractional component. Category:Graphics Orders Data Types")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Signed integer fraction (8:8), which can be treated as a GSHORT data type, where the value has been multiplied by 256.

 GCHAR      Integer;   /*  Integral component. */
 GUCHAR     Fraction;  /*  Fractional component. */
Integer (GCHAR)
Integral component.
Fraction (GUCHAR)
Fractional component.