Programmer Guide : solidDB® SA : 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
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.
See also
solidDB® SA function reference