typedef struct DXGI_RATIONAL {
UINT Numerator;
UINT Denominator;
} DXGI_RATIONAL;
Numerator
An unsigned integer value representing the top of the rational number.
Denominator
An unsigned integer value representing the bottom of the rational number.
The DXGI_RATIONAL structure operates under the following rules:
Header: Declared in d3d11_x.h (dxgitype.h on other Windows platforms).