| 名前 | 解説 | |
|---|---|---|
![]()  | Vector<T> コンストラクタ | オーバーロードされます。 | 
Vector<T>データ型で公開されるメンバを以下の表に示します。
| 名前 | 解説 | |
|---|---|---|
![]()  | Vector<T> コンストラクタ | オーバーロードされます。 | 
| 名前 | 解説 | |
|---|---|---|
![]()  | Dimension | Gets or sets the dimension of the vector. | 
![]()  | Elements | Gets the all elements in the vector. | 
![]()  | IsIdentity | Gets a value indicating whether this Vector object is indentity vector. | 
![]()  | IsZero | Gets a value indicating whether this Vector object is zero vector. | 
![]()  | Item | Gets or sets the value of element at special index. | 
![]()  | Modul | Get the modul of the this vector. | 
| 名前 | 解説 | |
|---|---|---|
![]()  | Add | Add a special vector to this vector. | 
![]() ![]()  | CalculateModul | Get the modul of the special vector. | 
![]()  | Clone | Create a new object that is a copy of this Vector. | 
![]() ![]()  | CrossMultiply | オーバーロードされます。 Defines the descarts multiplication operation for vector. | 
![]()  | DotMultiply | Dot multiply a speical vector to this vector. | 
![]()  | Equals | Determines whether the specified System.Object is equal to the current System.Object. | 
![]()  | GetHashCode | Serves as a hash function for a particular type. System.Object.GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. | 
![]()  | ToString | Returns a string that represents the current vector. | 
  加算演算子  | Defines the + operator for vector. | 
  等価判定演算子  | Defines the == operator for vector. | 
  等しくないか判定する演算子  | Defines the == operator for vector. | 
  乗算  | Defines the * operator for vector. | 
  減算演算子  | Defines the binary - operator for vector. | 
  マイナス符号  | Defines the unary - operator for vector. |