|
|
@ -8847,7 +8847,7 @@ int dectodbl(decimal *np, double *dblp); |
|
|
|
<term><function>dectoint</function></term> |
|
|
|
<term><function>dectoint</function></term> |
|
|
|
<listitem> |
|
|
|
<listitem> |
|
|
|
<para> |
|
|
|
<para> |
|
|
|
Convert a variable to type decimal to an integer. |
|
|
|
Convert a variable of type decimal to an integer. |
|
|
|
<synopsis> |
|
|
|
<synopsis> |
|
|
|
int dectoint(decimal *np, int *ip); |
|
|
|
int dectoint(decimal *np, int *ip); |
|
|
|
</synopsis> |
|
|
|
</synopsis> |
|
|
@ -8873,7 +8873,7 @@ int dectoint(decimal *np, int *ip); |
|
|
|
<term><function>dectolong</function></term> |
|
|
|
<term><function>dectolong</function></term> |
|
|
|
<listitem> |
|
|
|
<listitem> |
|
|
|
<para> |
|
|
|
<para> |
|
|
|
Convert a variable to type decimal to a long integer. |
|
|
|
Convert a variable of type decimal to a long integer. |
|
|
|
<synopsis> |
|
|
|
<synopsis> |
|
|
|
int dectolong(decimal *np, long *lngp); |
|
|
|
int dectolong(decimal *np, long *lngp); |
|
|
|
</synopsis> |
|
|
|
</synopsis> |
|
|
|