SystemVariableAddress 演算子と型変換 |
SystemVariableAddress 型は下記のメンバーを公開します。
名前 | 説明 | |
---|---|---|
![]() ![]() | Addition |
システム変数アドレス値 + int を計算し、構造体を返す。
|
![]() ![]() | Equality(SystemVariableAddress, SystemVariableAddress) |
==
|
![]() ![]() | Equality(SystemVariableAddress, VariableAddress) |
==
|
![]() ![]() | (Int32 to SystemVariableAddress) |
int -> SystemVariableAddress への暗黙的な型変換
|
![]() ![]() | (SystemVariableAddress to Int32) |
SystemVariableAddress -> int への暗黙的な型変換
|
![]() ![]() | Inequality(SystemVariableAddress, SystemVariableAddress) |
!=
|
![]() ![]() | Inequality(SystemVariableAddress, VariableAddress) |
!=
|
![]() ![]() | Subtraction(SystemVariableAddress, Int32) |
システム変数アドレス値 - int を計算し、構造体を返す。
|
![]() ![]() | Subtraction(SystemVariableAddress, SystemVariableAddress) |
システム変数アドレス値 - システム変数アドレス値 を計算し、アドレス値の差を返す。
|
![]() ![]() | Subtraction(SystemVariableAddress, VariableAddress) |
アドレス値 - アドレス値 を計算し、アドレス値の差を返す。
|