| Visual Basic (Declaration) | |
|---|---|
Public Function New( _ ByVal firstRowFirstColumm As Single, _ ByVal firstRowSecondColumn As Single, _ ByVal secondRowFirstColumn As Single, _ ByVal secondRowSecondColumn As Single, _ ByVal thirdRowFirstColumn As Single, _ ByVal thirdRowSecondColumn As Single _ ) | |
| C# | |
|---|---|
public MatrixEx( float firstRowFirstColumm, float firstRowSecondColumn, float secondRowFirstColumn, float secondRowSecondColumn, float thirdRowFirstColumn, float thirdRowSecondColumn ) | |
Parameters
- firstRowFirstColumm
- The value to use fo the first row and column in the new matrix.
- firstRowSecondColumn
- The value to use fo the first row and second column in the new matrix.
- secondRowFirstColumn
- The value to use fo the second row and first column in the new matrix.
- secondRowSecondColumn
- The value to use fo the second row and column in the new matrix.
- thirdRowFirstColumn
- The value to use fo the third row and second column in the new matrix.
- thirdRowSecondColumn
- The value to use fo the thrid row and second column in the new matrix.