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