Gets the matrix component at the specified position.
Namespace: Extreme.Mathematics.LinearAlgebra.ComplexAssembly: Extreme.Numerics.Version4x.Net40 (in Extreme.Numerics.Version4x.Net40.dll) Version: 4.2.11333.0 (5.0.12317.0)
public override SingleComplex GetValue(
int row,
int column
)
Public Overrides Function GetValue (
row As Integer,
column As Integer
) As SingleComplex
public:
virtual SingleComplex GetValue(
int row,
int column
) override
abstract GetValue :
row : int *
column : int -> SingleComplex
override GetValue :
row : int *
column : int -> SingleComplex
Parameters
- row
- Type: SystemInt32
The zero-based row index of
the element to get or set. - column
- Type: SystemInt32
The zero-based column index of
the element to get or set.
Return Value
Type:
SingleComplexThe component of the
SingleComplexMatrix in the
columnth column of the
rowth row.
This method does not perform bounds checking. It is provided
for optimized access in situations where the arguments are known to be
within bounds. If either argument is outside its valid range, the result
is unspecified.
Numerical Libraries
Supported in: 5.x, 4.x
Reference