|
◆ arithop_tnumber_tnumber()
Temporal * arithop_tnumber_tnumber |
( |
const Temporal * |
temp1, |
|
|
const Temporal * |
temp2, |
|
|
TArithmetic |
oper, |
|
|
Datum(*)(Datum, Datum, meosType, meosType) |
func, |
|
|
bool(*)(const TInstant *, const TInstant *, const TInstant *, const TInstant *, Datum *, TimestampTz *) |
tpfunc |
|
) |
| |
Generic arithmetic operator on two temporal numbers.
- Parameters
-
[in] | temp1,temp2 | Temporal numbers |
[in] | oper | Enumeration that states the arithmetic operator |
[in] | func | Arithmetic function |
[in] | tpfunc | Function determining the turning point |
|