ImageGear PDF v25.2 - Updated
SetElem Method




ImageGear.Core Assembly > ImageGear.Processing Namespace > IGDoubleMatrix Class : SetElem Method
Row coordinate of the matrix element to set.
Column coordinate of the matrix element to set.
Double value.
Sets matrix element value.
Syntax
'Declaration
 
Public Sub SetElem( _
   ByVal row As Integer, _
   ByVal column As Integer, _
   ByVal value As Double _
) 
'Usage
 
Dim instance As IGDoubleMatrix
Dim row As Integer
Dim column As Integer
Dim value As Double
 
instance.SetElem(row, column, value)
public void SetElem( 
   int row,
   int column,
   double value
)
public: void SetElem( 
   int row,
   int column,
   double value
) 
public:
void SetElem( 
   int row,
   int column,
   double value
) 

Parameters

row
Row coordinate of the matrix element to set.
column
Column coordinate of the matrix element to set.
value
Double value.
See Also

Reference

IGDoubleMatrix Class
IGDoubleMatrix Members

Is this page helpful?
Yes No
Thanks for your feedback.