Everything

build.Common.PrecisionOfDoubleType


This property is for setting or referring to the endian of data. It is a common option for the build tool for the active project. [CC-RX]

[Specification format]

build.Common.PrecisionOfDoubleType = precision

[Setting(s)]

Setting

Description

precision

Specify the precision of double type and long double type.

The following lists the specifiable values.

Type

Description

PrecisionOfType.Single

Handles double type and long double type as single-precision floating-point type (4 bytes).

PrecisionOfType.Double

Handles double type and long double type as double-precision floating-point type (8 bytes).

[Reference]

Set value

[Detailed description]

-

This property is for setting or referring to the endian of data. It is a common option for the build tool for the active project.

[Example of use]

>>>build.Common.PrecisionOfDoubleType = PrecisionOfType.Single
>>>print build.Common.PrecisionOfDoubleType
Single
>>>