ComplexType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates values returned by several methods of ComplexType.
public enum ComplexType
type ComplexType =
- Inheritance
-
ComplexType
Fields
Name | Value | Description |
---|---|---|
Radix23p0 | 0 | |
Radix16p7 | 1 | |
Radix8p15 | 2 | |
Radix0p23 | 3 | |
RadixMask | 3 | Complex data: mask to extract radix information (after shifting by RadixShift). |
RadixShift | 4 | Complex data: where the radix information is, telling where the decimal place appears in the mantissa. |
MantissaShift | 8 | Complex data: bit location of mantissa information. |
MantissaMask | 16777215 | Complex data: mask to extract mantissa information (after shifting by MantissaShift). |
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.