Programmer Guide : solidDB® SA : solidDB® SA function reference : SaDfloatDiff
  
SaDfloatDiff
SaDfloatDiff calculates the difference of two dfloat values (that is, p_dfl1 - p_dfl2). The result is stored into * p_result_dfl.
Synopsis
SaRetT SA_EXPORT_H SaDfloatDiff(
  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_dfll
in, use
Pointer to dfloat variable
p_dfl2
in, use
Pointer to dfloat variable
Return value
SA_RC_SUCC SA_ERR_FAILED
See also
solidDB® SA function reference