hastype - 指定した型をもつかを判定
使い方
hastype( expr, t );
パラメータ
expr - 任意の式
t - 任意の Maple タイプ
|
説明
|
|
•
|
hastype(expr, t) 関数は、式 expr が型 t の部分式を持っていれば true を返します。
|
|
|
例
|
|
| (2.1) |
| (2.2) |
| (2.3) |
>
|
hastype( f, name^fraction );
|
| (2.4) |
| (2.5) |
>
|
hastype( f, function );
|
| (2.6) |
>
|
A := Matrix([[1,2],[3,4]], datatype=integer);
|
| (2.7) |
| (2.8) |
|
|
Download Help Document
Was this information helpful?