|
void | CopyTransposedFrom (Scalar[] array, int index) |
| Copies all the elements, in a Transposed order, up to the IAdvanceValueType.Count of the IAdvanceValueType, of the specified one-dimensional Array to the IAdvanceValueType. Lisää...
|
|
void | CopyTransposedTo (Scalar[] array, int index) |
| Copies all the elements, in a Transposed order, of the IAdvanceValueType to the specified one-dimensional Array of Scalar. Lisää...
|
|
VC | GetColumn (int columnIndex) |
| Gets the VC at the specified Column. Lisää...
|
|
VR | GetRow (int rowIndex) |
| Gets the VR at the specified Row. Lisää...
|
|
void | SetColumn (int columnIndex, VC value) |
| Sets the VC at the specified Column. Lisää...
|
|
void | SetRow (int rowIndex, VR value) |
| Sets the VR at the specified Row. Lisää...
|
|
Scalar[,] | ToMatrixArray () |
| Copies the elements of the IMatrix to a new 2-dimensional array of Scalars. Lisää...
|
|
Scalar[] | ToTransposedArray () |
| Copies the elements, in a Transposed order, of the IMatrix to a new array of Scalar. Lisää...
|
|
void | CopyFrom (Scalar[] array, int index) |
| Copies all the elements of the IAdvanceValueType, of the specified one-dimensional Array to the IAdvanceValueType. Lisää...
|
|
void | CopyTo (Scalar[] array, int index) |
| Copies all the elements of the IAdvanceValueType to the specified one-dimensional Array of Scalar. Lisää...
|
|
Scalar[] | ToArray () |
| Copies the elements of the IAdvanceValueType to a new array of Scalar . Lisää...
|
|
string | ToString (string format) |
| turns the object into a string representation of itself with a special format for each Scaler in it. Lisää...
|
|
Määrittely tiedoston Interfaces.cs rivillä 145.
◆ CopyTransposedFrom()
◆ CopyTransposedTo()
Copies all the elements, in a Transposed order, of the IAdvanceValueType to the specified one-dimensional Array of Scalar.
- Parametrit
-
array | The one-dimensional Array that is the destination of the elements copied from the IAdvanceValueType. |
index | A 32-bit integer that represents the index in array at which copying begins. |
◆ GetColumn()
Gets the VC at the specified Column.
- Parametrit
-
columnIndex | The zero-based index of the Column of the VC to get. |
- Palauttaa
- The VC at the specified Column.
◆ GetRow()
Gets the VR at the specified Row.
- Parametrit
-
rowIndex | The zero-based index of the Row of the VR to get. |
- Palauttaa
- The VR at the specified Row.
◆ SetColumn()
Sets the VC at the specified Column.
- Parametrit
-
columnIndex | The zero-based index of the Column of the VC to set. |
value | The VC to set at the specified Column. |
◆ SetRow()
Sets the VR at the specified Row.
- Parametrit
-
rowIndex | The zero-based index of the Row of the VR to set. |
value | The VR to set at the specified Row. |
◆ ToMatrixArray()
Copies the elements of the IMatrix to a new 2-dimensional array of Scalars.
- Palauttaa
- A 2-dimensional array containing copies of the elements of the IMatrix.
◆ ToTransposedArray()
Copies the elements, in a Transposed order, of the IMatrix to a new array of Scalar.
- Palauttaa
- Palauttaa
- An array containing copies of the elements, in a Transposed order, of the IAdvanceValueType.
This is the Format Accepted by OpenGL.
◆ Adjoint
◆ Cofactor
◆ ColumnCount
Gets a 32-bit integer that represents the total number of Columns in the IMatrix.
Määrittely tiedoston Interfaces.cs rivillä 102.
◆ Determinant
◆ Inverted
◆ RowCount
Gets a 32-bit integer that represents the total number of Rows in the IMatrix.
Määrittely tiedoston Interfaces.cs rivillä 98.
◆ Transposed
Dokumentaatio tälle rajapinnalle luotiin seuraavasta tiedostosta: