Matrix5x4データ型で公開されるメンバを以下の表に示します。
            
            パブリック コンストラクタ
            
            
            
            パブリック フィールド
|   | 名前 | 解説 | 
   | Identity | The identity Matrix5x4.   | 
  | M11 | Value at row 1 column 1 of the Matrix5x4.   | 
  | M12 | Value at row 1 column 2 of the Matrix5x4.   | 
  | M13 | Value at row 1 column 3 of the Matrix5x4.   | 
  | M14 | Value at row 1 column 4 of the Matrix5x4.   | 
  | M21 | Value at row 2 column 1 of the Matrix5x4.   | 
  | M22 | Value at row 2 column 2 of the Matrix5x4.   | 
  | M23 | Value at row 2 column 3 of the Matrix5x4.   | 
  | M24 | Value at row 2 column 4 of the Matrix5x4.   | 
  | M31 | Value at row 3 column 1 of the Matrix5x4.   | 
  | M32 | Value at row 3 column 2 of the Matrix5x4.   | 
  | M33 | Value at row 3 column 3 of the Matrix5x4.   | 
  | M34 | Value at row 3 column 4 of the Matrix5x4.   | 
  | M41 | Value at row 4 column 1 of the Matrix5x4.   | 
  | M42 | Value at row 4 column 2 of the Matrix5x4.   | 
  | M43 | Value at row 4 column 3 of the Matrix5x4.   | 
  | M44 | Value at row 4 column 4 of the Matrix5x4.   | 
  | M51 | Value at row 5 column 1 of the Matrix5x4.   | 
  | M52 | Value at row 5 column 2 of the Matrix5x4.   | 
  | M53 | Value at row 5 column 3 of the Matrix5x4.   | 
  | M54 | Value at row 5 column 4 of the Matrix5x4.   | 
  | SizeInBytes | The size of the Matrix5x4type, in bytes.   | 
   | Zero | A Matrix5x4with all of its components set to zero.   | 
トップ 
            
            
            
            パブリック プロパティ
|   | 名前 | 解説 | 
  | IsIdentity | Gets a value indicating whether this instance is an identity Matrix5x4.   | 
  | Item | オーバーロードされます。 Gets or sets the component at the specified index.   | 
  | Row1 | Gets or sets the first row in the Matrix5x4; that is M11, M12, M13, and M14.   | 
  | Row2 | Gets or sets the second row in the Matrix5x4; that is M21, M22, M23, and M24.   | 
  | Row3 | Gets or sets the third row in the Matrix5x4; that is M31, M32, M33, and M34.   | 
  | Row4 | Gets or sets the fourth row in the Matrix5x4; that is M41, M42, M43, and M44.   | 
  | Row5 | Gets or sets the fifth row in the Matrix5x4; that is M51, M52, M53, and M54.   | 
トップ 
            
            
            
            パブリック メソッド
|   | 名前 | 解説 | 
   | Add | Determines the sum of two matrices.   | 
   | AddRef | Determines the sum of two matrices.   | 
   | Divide | Divides a Matrix5x4 by the given value.   | 
   | DivideRef | Divides a Matrix5x4 by the given value.   | 
  | Equals | オーバーロードされます。 Determines whether the specified Matrix5x4is equal to this instance.   | 
  | EqualsRef | Determines whether the specified Matrix5x4 is equal to this instance.   | 
  | GetHashCode | Returns a hash code for this instance.   | 
   | Lerp | Performs a linear interpolation between two matrices based on the given weighting.   | 
   | LerpRef | Performs a linear interpolation between two matrices based on the given weighting.   | 
   | Multiply | Scales a Matrix5x4 by the given value.   | 
   | MultiplyRef | Scales a Matrix5x4 by the given value.   | 
   | Negate | Negates a Matrix5x4.   | 
   | NegateRef | オーバーロードされます。 Negates a Matrix5x4.   | 
   | Subtract | Determines the difference between two matrices.   | 
   | SubtractRef | Determines the difference between two matrices.   | 
  | ToArray | Creates an array containing the elements of the Matrix5x4.   | 
  | ToString | オーバーロードされます。 Returns a string that represents the current object.   | 
トップ 
            
            
            
            
            
            
            
            
            パブリック オペレータ
  加算演算子  | Adds two matricies. | 
  除算演算子  | Scales a Matrix5x4 by a given value. | 
  等価判定演算子  | Tests for equality between two objects. | 
  等しくないか判定する演算子  | Tests for inequality between two objects. | 
  乗算  | オーバーロードされます。 Scales a Matrix5x4 by a given value. | 
  減算演算子  | Subtracts two matricies. | 
  マイナス符号  | Negates a Matrix5x4. | 
トップ 
            
            参照