nint_intvDim: Interval Dimension
Description
nint_intvDim
defines a fixed interval.
The bounds may be (negative) Inf
.
Usage
nint_intvDim(x, b = NULL)
Arguments
x
either a single numeric, the lower bound, or a vector of length 2, the lower and upper bound.
b
the upper bound if x
is the lower bound.
Value
nint_intvDim
returns a vector of length 2 with the dimension type attribute set to nint_TYPE_INTV_DIM
.