vector of 3 signed bytes
[詳細]
すべてのメンバ一覧
説明
コンストラクタとデストラクタ
Byte3 |
( |
int |
x, |
|
|
int |
y, |
|
|
int |
z |
|
) |
| |
constructor taking 3 scalar integers
- 引数:
-
x | x value to init with |
y | y value to init with |
z | z value to init with |
メソッド
equality test
- 引数:
-
v | the vector to compare this to |
- 戻り値:
- true if this == v, false otherwise
override bool Equals |
( |
Object |
o | ) |
|
equality test
- 引数:
-
o | the object to compare this to |
- 戻り値:
- true if this == o, false otherwise
override int GetHashCode |
( |
| ) |
|
gets the hash code for this
- 戻り値:
- integer hash code
static bool operator!= |
( |
Byte3 |
v1, |
|
|
Byte3 |
v2 |
|
) |
| [static] |
not equals operator
- 引数:
-
- 戻り値:
- true if v 1 != v 2, false otherwise
static bool operator== |
( |
Byte3 |
v1, |
|
|
Byte3 |
v2 |
|
) |
| [static] |
equality operator
- 引数:
-
- 戻り値:
- true if vector 1 == vector 2, false otherwise
override string ToString |
( |
| ) |
|
get the string representation of vector value
- 戻り値:
- the string representation of vector value
変数