ImageGear .NET - Updated March 30, 2018
IGDoubleMatrix Constructor(Double[,])




ImageGear24.Core Assembly > ImageGear.Processing Namespace > IGDoubleMatrix Class > IGDoubleMatrix Constructor : 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)

Parameters

values
Two dimentions array of doubles.
See Also

Reference

IGDoubleMatrix Class
IGDoubleMatrix Members
Overload List