ThisCommonEventVariableAddress 演算子と型変換 |
ThisCommonEventVariableAddress 型は下記のメンバーを公開します。
| 名前 | 説明 | |
|---|---|---|
| Addition |
このコモンイベントセルフ変数アドレス値 + int を計算し、構造体を返す。
| |
| Equality(ThisCommonEventVariableAddress, ThisCommonEventVariableAddress) |
==
| |
| Equality(ThisCommonEventVariableAddress, VariableAddress) |
==
| |
| (Int32 to ThisCommonEventVariableAddress) |
int -> ThisCommonEventVariableAddress への暗黙的な型変換
| |
| (ThisCommonEventVariableAddress to Int32) |
ThisCommonEventVariableAddress -> int への暗黙的な型変換
| |
| Inequality(ThisCommonEventVariableAddress, ThisCommonEventVariableAddress) |
!=
| |
| Inequality(ThisCommonEventVariableAddress, VariableAddress) |
!=
| |
| Subtraction(ThisCommonEventVariableAddress, Int32) |
このコモンイベントセルフ変数アドレス値 - int を計算し、構造体を返す。
| |
| Subtraction(ThisCommonEventVariableAddress, ThisCommonEventVariableAddress) |
このコモンイベントセルフ変数アドレス値 - このコモンイベントセルフ変数アドレス値 を計算し、アドレス値の差を返す。
| |
| Subtraction(ThisCommonEventVariableAddress, VariableAddress) |
アドレス値 - アドレス値 を計算し、アドレス値の差を返す。
|