solidDB Help : solidDB reference : solidDB SA: Function reference : SaDfloatSum
  
SaDfloatSum
SaDfloatSum calculates the sum of two dfloat values. The result is stored into * p_result_dfl.
Synopsis
SaRetT SA_EXPORT_H SaDfloatSum(
  SaDfloatT* p_result_dfl,
  SaDfloatT* p_dfl1,
  SaDfloatT* p_dfl2)
Parameters
The following table describes the parameters:
 
Parameters
Usage type
Description
p_result_dfl
out
Pointer to dfloat variable where the result is stored
p_dfl1
in
Pointer to dfloat variable.
p_dfl2
in
Pointer to dfloat variable.
Return value
SA_RC_SUCC or error code.
Go up to
solidDB SA: Function reference