Operator <.
type(vector_R4P) :: pt(1:2)
pt(1) = ex_R4P + ey_R4P + ez_R4P
pt(2) = pt(1) + 1
print "(L1)", pt(1) < pt(2)
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(vector_R4P), | intent(in) | :: | lhs | Left hand side. |
||
| type(vector_R4P), | intent(in) | :: | rhs | Right hand side. |
The result of the comparison.