Floor value filter unary wrapper, uses the absolute value of the first real param as the floor value. The result it sign(input) * max(abs(input),abs(realParams(1)))
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=rk), | intent(in), | dimension(:) | :: | input | ||
| real(kind=rk), | intent(in), | optional, | dimension(:) | :: | realParams | |
| integer(kind=ik), | intent(in), | optional, | dimension(:) | :: | intParams | |
| logical, | intent(in), | optional, | dimension(:) | :: | logicalParams |