12.23 RationalNumber

This Structured DataType defines a rational number as a fraction of two integral numbers. Its elements are described in Table 167.
Table 167 – RationalNumber Structure
Name | Type | Description |
---|---|---|
RationalNumber | Structure | |
Numerator | Int32 | Numerator of the rational number. The sign of the rational number is reflected in this value |
Denominator | UInt32 | Denominator of the rational number |
Its representation in the AddressSpace is defined in Table 168.
Table 168 – RationalNumber Definition
Attributes | Value |
---|---|
BrowseName | RationalNumber |