ImageGear for .NET
IGDoubleMatrix Constructor(Double[,])




Two dimentions array of doubles.
Initializes a new instance of the IGDoubleMatrix class.
Syntax
'Declaration
 
Public Function New( _
   ByVal values(,) As Double _
)
'Usage
 
Dim values() As Double
 
Dim instance As New IGDoubleMatrix(values)
public IGDoubleMatrix( 
   double[,] values
)
public: IGDoubleMatrix( 
   double[,]* values
)
public:
IGDoubleMatrix( 
   array<double>^ values
)

Parameters

values
Two dimentions array of doubles.
See Also

Reference

IGDoubleMatrix Class
IGDoubleMatrix Members
Overload List

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback