Operator = integer(I4P).
type(vector_R4P) :: pt
pt = 1_I1P
print "(3(F3.1,1X))", abs(pt%x), abs(pt%y), abs(pt%z)
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(vector_R4P), | intent(inout) | :: | lhs | Left hand side. |
||
| integer(kind=I1P), | intent(in) | :: | rhs | Right hand side. |