PCI-P16R16 Series Classic Driver
DLL Software Manual
User Manual, Ver. 1.3, Oct. 2015, Page: 14
3.2
Test Functions
PCI_FloatSub2
This function is used to perform the subtraction (as
fA - fB
in float data type), and is provided for
testing DLL linkage purpose.
Syntax:
float
PCI_FloatSub2
(float
fA
, float
fB
);
Parameters:
fA
[Input]
4 bytes floating point value
fB
[Input]
4 bytes floating point value
Returns:
The value of fA – fB