Sets the matrix component at the specified position to the specified value.
Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public abstract void SetValue(
double value,
int row,
int column
)
Public MustOverride Sub SetValue (
value As Double,
row As Integer,
column As Integer
)
public:
virtual void SetValue(
double value,
int row,
int column
) abstract
abstract SetValue :
value : float *
row : int *
column : int -> unit
Parameters
- value
- Type: SystemDouble
A Double specifying the new value of the component. - 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.
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 effect
may be unpredictable.
Numerical Libraries
Supported in: 5.x, 4.x
Reference