Programmer Guide : solidDB® SA : solidDB® SA function reference : SaDfloatQuot
  
SaDfloatQuot
SaDfloatQuot calculates the quotient of two dfloat values (that is, p_dfl1 / p_dfl2). The result is stored into * p_result_dfl.
Synopsis
SaRetT SA_EXPORT_H SaDfloatQuot(
  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 SA_ERR_FAILED
See also
solidDB® SA function reference