Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal firstRowFirstColumm As System.Single, _ ByVal firstRowSecondColumn As System.Single, _ ByVal secondRowFirstColumn As System.Single, _ ByVal secondRowSecondColumn As System.Single, _ ByVal thirdRowFirstColumn As System.Single, _ ByVal thirdRowSecondColumn As System.Single _ ) |
C# | |
---|---|
public MatrixEx( System.float firstRowFirstColumm, System.float firstRowSecondColumn, System.float secondRowFirstColumn, System.float secondRowSecondColumn, System.float thirdRowFirstColumn, System.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.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2