ImageGear for .NET
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

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback