Return optional numeric bounds for schema entry index.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=c_int), | value | :: | index | |||
| integer(kind=c_int), | intent(out) | :: | has_min | |||
| real(kind=c_double), | intent(out) | :: | min_value | |||
| integer(kind=c_int), | intent(out) | :: | has_max | |||
| real(kind=c_double), | intent(out) | :: | max_value |