|
|
◆ bigintspan_make()
| Span * bigintspan_make |
( |
int64 |
lower, |
|
|
int64 |
upper, |
|
|
bool |
lower_inc, |
|
|
bool |
upper_inc |
|
) |
| |
Return a big integer span from the bounds.
- Parameters
-
| [in] | lower,upper | Bounds |
| [in] | lower_inc,upper_inc | True when the bounds are inclusive @csqlfn Span_constructor() |
|