ComplexType Enum

Definition

Enumerates values returned by several methods of ComplexType.

public enum ComplexType
type ComplexType = 
Inheritance
ComplexType

Fields

MantissaMask 16777215

Complex data: mask to extract mantissa information (after shifting by MantissaShift).

MantissaShift 8

Complex data: bit location of mantissa information.

Radix0p23 3
Radix16p7 1
Radix23p0 0
Radix8p15 2
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.

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.

Applies to