Converts an array of reals into an array of logicals.
0 equals to false, everything else equals to true.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=rk), | intent(in) | :: | value(n) | The value to interpret as boolean |
||
integer, | intent(in) | :: | n | The number of values in the input array |
The values interpreted as booleans
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | ii |