The OpenD Programming Language

ComponentInfo.ComponentType

Type of the component.

Values

ValueMeaning
Unsigned

Component is unsigned normalized integer.

Signed

Component is signed normalized integer.

Float

Component is floating point. Floats with less than 16 bits precision are unsigned.

Mantissa

Component is floating point mantissa only.

Exponent

Component is floating point exponent only.

Meta