get_value_matrixT_get_value_matrixGetValueMatrixGetValueMatrix (Operator)

Name

get_value_matrixT_get_value_matrixGetValueMatrixGetValueMatrix — Gibt eines oder mehrere Elemente einer Matrix zurück.

Signatur

get_value_matrix( : : MatrixID, Row, Column : Value)

Herror T_get_value_matrix(const Htuple MatrixID, const Htuple Row, const Htuple Column, Htuple* Value)

void GetValueMatrix(const HTuple& MatrixID, const HTuple& Row, const HTuple& Column, HTuple* Value)

HTuple HMatrix::GetValueMatrix(const HTuple& Row, const HTuple& Column) const

double HMatrix::GetValueMatrix(Hlong Row, Hlong Column) const

static void HOperatorSet.GetValueMatrix(HTuple matrixID, HTuple row, HTuple column, out HTuple value)

HTuple HMatrix.GetValueMatrix(HTuple row, HTuple column)

double HMatrix.GetValueMatrix(int row, int column)

Beschreibung

Der Operator get_value_matrixget_value_matrixGetValueMatrixGetValueMatrixGetValueMatrix gibt die Werte eines oder mehrerer Elemente der Matrix MatrixMatrixMatrixMatrixmatrix in einem Tupel von Gleitpunktzahlen zurück. Die Matrix MatrixMatrixMatrixMatrixmatrix ist durch das Matrix Handle MatrixIDMatrixIDMatrixIDMatrixIDmatrixID gegeben. Die Zeilenkoordinaten der Elemente der Matrix MatrixMatrixMatrixMatrixmatrix sind im Tupel RowRowRowRowrow und die Spaltenkoordinaten im Tupel ColumnColumnColumnColumncolumn festgelegt.

Ausführungsinformationen

Parameter

MatrixIDMatrixIDMatrixIDMatrixIDmatrixID (input_control)  matrix HMatrix, HTupleHTupleHtuple (handle) (IntPtr) (HHandle) (handle)

Matrix Handle der Eingabematrix.

RowRowRowRowrow (input_control)  integer(-array) HTupleHTupleHtuple (integer) (int / long) (Hlong) (Hlong)

Zeilennummern der rückzugebenden Elemente der Matrix.

Defaultwert: 0

Wertevorschläge: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 15, 20, 30, 50, 100

Restriktion: Row >= 0

ColumnColumnColumnColumncolumn (input_control)  integer(-array) HTupleHTupleHtuple (integer) (int / long) (Hlong) (Hlong)

Spaltennummern der rückzugebenden Elemente der Matrix.

Defaultwert: 0

Wertevorschläge: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 15, 20, 30, 50, 100

Restriktion: Column >= 0

ValueValueValueValuevalue (output_control)  real(-array) HTupleHTupleHtuple (real) (double) (double) (double)

Werte der angegebenen Matrixelemente.

Ergebnis

Sind die Parameterwerte korrekt, dann liefert get_value_matrixget_value_matrixGetValueMatrixGetValueMatrixGetValueMatrix den Wert 2 (H_MSG_TRUE). Gegebenenfalls wird eine Fehlerbehandlung durchgeführt.

Vorgänger

create_matrixcreate_matrixCreateMatrixCreateMatrixCreateMatrix

Nachfolger

clear_matrixclear_matrixClearMatrixClearMatrixClearMatrix

Siehe auch

set_value_matrixset_value_matrixSetValueMatrixSetValueMatrixSetValueMatrix

Modul

Foundation