Scilab 6.0.1
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
However, this page did not exist in the previous stable version.
isHypermatType
ハイパー行列変数かどうかを調べる.
呼び出し手順
int isHypermatType(void* _pvCtx, int* _piAddress)
引数
- _pvCtx
Scilab環境ポインタ, api_scilab.h により定義された "pvApiCtx"で指定.
- _piAddress
変数を保存するScilabメモリの位置.
戻り値
変数がdouble型の場合は1, それ以外は0
Report an issue | ||
<< hypermat | hypermat | getHypermatOfDouble >> |