set the interval
set the integer interval
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(discreter), | intent(inout) | :: | D | |||
integer, | intent(in) | :: | interval |
set the double interval
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(discreter), | intent(inout) | :: | D | |||
real(kind=8), | intent(in) | :: | interval |
set last value
set last integer value
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(discreter), | intent(inout) | :: | D | |||
integer, | intent(in) | :: | val |
set last double value
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(discreter), | intent(inout) | :: | D | |||
real(kind=8), | intent(in) | :: | val |
test if value and last value differ by interval, set value -> last value
test if integer value and last value differ by interval, set integer value -> last value
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(discreter), | intent(inout) | :: | D | |||
integer, | intent(in) | :: | val |
test if double value and last value differ by interval, set double value -> last value
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(discreter), | intent(inout) | :: | D | |||
real(kind=8), | intent(in) | :: | val |