Programmer Guide : solidDB® SA : solidDB® SA function reference : SaDfloatProd
  
SaDfloatProd
SaDfloatProd calculates the product of two dfloat values. The result is stored into * p_result_dfl.
Synopsis
SaRetT SA_EXPORT_H SaDfloatProd(
  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
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