Scilab 6.0.1
- Scilabヘルプ
- Java from Scilab
- 入門 - 第1ステップ
- 入門 - 第2ステップ
- jallowClassReloading
- jarray
- jautoTranspose
- jautoUnwrap
- jcast
- jcompile
- jcreatejar
- jdeff
- jdisableTrace
- jenableTrace
- jexists
- jgetclassname
- jgetfield
- jgetfields
- jgetinfo
- jgetmethods
- jimport
- jinvoke
- jinvoke_db
- jnewInstance
- jnull
- jremove
- jsetfield
- junwrap
- junwraprem
- jvoid
- jwrap
- jwrapinchar
- jwrapinfloat
- new
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
jwrapinfloat
Scilab double行列をJava float多次元配列にラップ.
呼び出し手順
[jw_1, jw_2, ...] = jwrapinfloat(sc_1 [, sc_2 [, sc_3 [,... ]]])
パラメータ
- sc_i
Scilab変数
- jw_i
指定したScilab変数をfloatにJavaラッピングしたもの
説明
floatデータ型はScilabに存在しないため, この関数によりdoubleをfloatにラップすることができます.
例
f = jwrapinfloat(%pi);
参照
- jwrap — Scilab変数をJava変数にラップする
- jwrapinchar — Scilab uint16行列をJava char多次元配列にラップ.
- junwrap — JavaオブジェクトをScilabネーティブ型に変換
履歴
Version | Description |
5.5.0 | 関数が導入されました. 'JIMS'モジュールに基づきます. JIMSモジュールとの動作上の主な違いは, jautoUnwrapがデフォルトで 有効になっていることです. |
Report an issue | ||
<< jwrapinchar | Java from Scilab | new >> |