DXGI_RATIONAL Structure

Represents a rational number.

Syntax

typedef struct DXGI_RATIONAL {
    UINT Numerator;
    UINT Denominator;
} DXGI_RATIONAL;  

Members

Numerator
An unsigned integer value representing the top of the rational number.

Denominator
An unsigned integer value representing the bottom of the rational number.

Remarks

The DXGI_RATIONAL structure operates under the following rules:

Requirements

Header: Declared in d3d11_x.h (dxgitype.h on other Windows platforms).