Converts fixed-point numbers to integers. You must manually select the polymorphic instance you want to use. Examples
Use the pull-down menu to select an instance of this VI.
.gif)
![]() |
quantization settings specifies the settings of the quantizer.
| ||||||||||||||||||||||||||||||||||||
![]() |
FXP value specifies the fixed-point number you want to convert. | ||||||||||||||||||||||||||||||||||||
![]() |
I16 returns a 16-bit signed integer. |
.gif)
![]() |
quantization settings specifies the settings of the quantizer.
| ||||||||||||||||||||||||||||||||||||
![]() |
FXP value specifies the fixed-point number you want to convert. | ||||||||||||||||||||||||||||||||||||
![]() |
I32 returns a 32-bit signed integer. |
.gif)
![]() |
quantization settings specifies the settings of the quantizer.
| ||||||||||||||||||||||||||||||||||||
![]() |
FXP value specifies the fixed-point number you want to convert. | ||||||||||||||||||||||||||||||||||||
![]() |
I8 returns an 8-bit signed integer. |
.gif)
![]() |
quantization settings specifies the settings of the quantizer.
| ||||||||||||||||||||||||||||||||||||
![]() |
FXP values specifies the fixed-point numbers you want to convert. | ||||||||||||||||||||||||||||||||||||
![]() |
I16 values returns an array of 16-bit signed integers. |
.gif)
![]() |
quantization settings specifies the settings of the quantizer.
| ||||||||||||||||||||||||||||||||||||
![]() |
FXP values specifies the fixed-point numbers you want to convert. | ||||||||||||||||||||||||||||||||||||
![]() |
I32 values returns an array of 32-bit signed integers. |
.gif)
![]() |
quantization settings specifies the settings of the quantizer.
| ||||||||||||||||||||||||||||||||||||
![]() |
FXP values specifies the fixed-point numbers you want to convert. | ||||||||||||||||||||||||||||||||||||
![]() |
I8 values returns an array of 8-bit signed integers. |
Refer to the following VIs for examples of using the DFD Convert FXP to Integer VI: