underlyingValue
MATLAB で作成された C++ 列挙オブジェクトの元となる数値
説明
例
元となる色の値の表示
次のステートメントを含むファイル enums.hpp
を作成します。
enum class COLOR { RED=100, BLUE=500, BLACK=1000, WHITE=5000, };
C++ インターフェイスをビルドします。
clibgen.buildInterface('enums.hpp') addpath enums
clib.enums.COLOR.
と入力し、Tab を押します。BLACK
を選択します。
元となる数値を表示します。
underlyingValue(clib.enums.COLOR.BLACK)
ans = int32 1000
入力引数
cppEnum
— MATLAB で作成された C++ 列挙
C++ 列挙オブジェクト
MATLAB で作成された C++ 列挙。C++ 列挙オブジェクトとして指定します。
例: clib.enums.COLOR.BLACK
バージョン履歴
R2019a で導入
MATLAB コマンド
次の MATLAB コマンドに対応するリンクがクリックされました。
コマンドを MATLAB コマンド ウィンドウに入力して実行してください。Web ブラウザーは MATLAB コマンドをサポートしていません。
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list:
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)