ActiveReports 8
MatrixEx Constructor(Single,Single,Single,Single,Single,Single)

The value to use fo the first row and column in the new matrix.
The value to use fo the first row and second column in the new matrix.
The value to use fo the second row and first column in the new matrix.
The value to use fo the second row and column in the new matrix.
The value to use fo the third row and second column in the new matrix.
The value to use fo the thrid row and second column in the new matrix.
Initializes a new instance of the MatrixEx class.
Syntax
'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 _
)
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.
See Also

Reference

MatrixEx Class
MatrixEx Members
Overload List

Support Forum