type/numeric - オブジェクトが型 numeric であるかチェック
type/extended_numeric - オブジェクトが型 extended_numeric であるかチェック
使い方
type(x, numeric)
type(x, extended_numeric)
パラメータ
x - 任意の式
|
説明
|
|
•
|
type(x,extended_numeric) 関数は x が numeric, infinity, -infinity, undefined のいずれかのとき true を返します。
|
|
注意: Float(infinity) と Float(undefined) は(型 float を持つので)型 extended_numeric を持ちます。
|
|
|
例
|
|
| (2.1) |
| (2.2) |
| (2.3) |
| (2.4) |
| (2.5) |
>
|
type(infinity,extended_numeric);
|
| (2.6) |
|
|
Download Help Document
Was this information helpful?