Scilab 5.5.1
      
      
    Please note that the recommended version of Scilab is 2026.0.0. This page might be outdated.
However, this page did not exist in the previous stable version.
isHandleType
ハンドル変数かどうかを調べる.
呼び出し手順
int isHandleType(void* _pvCtx, int* _piAddress)
引数
- _pvCtx
- Scilab環境ポインタ, api_scilab.h により定義された "pvApiCtx"で指定. 
- _piAddress
- 変数を保存するScilabメモリの位置. 
戻り値
変数がハンドル型の場合は1, それ以外は 0
履歴
| バージョン | 記述 | 
| 5.5.0 | この関数はScilab 5.5.0で追加されました | 
| Report an issue | ||
| << handle | handle | getScalarHandle >> |