MdePkg[all]  1.08
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
EFI_EXP_BASE10_DATA Struct Reference

Data Fields

INT16 Value
 
INT16 Exponent
 

Detailed Description

This structure provides a calculation for base-10 representations.

Not consistent with PI 1.2 Specification. This data type is not defined in the PI 1.2 Specification, but is required by several of the other data structures in this file.

Field Documentation

INT16 EFI_EXP_BASE10_DATA::Exponent

The INT16 number by which to raise the base-2 calculation.

INT16 EFI_EXP_BASE10_DATA::Value

The INT16 number by which to multiply the base-2 representation.