lhs - 式の左辺
rhs - 式の右辺
使い方
lhs(expr)
rhs(expr)
パラメータ
expr - 等式、不等式、関係式、範囲
|
説明
|
|
•
|
lhs(expr) は、expr の左辺を返します。これは op(1,expr) に相当します。
|
•
|
rhs(expr) は、expr の右辺を返します。これは op(2,expr) に相当します。
|
|
|
例
|
|
| (2.1) |
| (2.2) |
| (2.3) |
| (2.4) |
| (2.5) |
| (2.6) |
|
|
Download Help Document
Was this information helpful?