ImageGear for .NET
GetValues Method




Get matrix element as double values two dimentioned array.
Syntax
'Declaration
 
Public Function GetValues() As Double(,)
'Usage
 
Dim instance As IGDoubleMatrix
Dim value() As Double
 
value = instance.GetValues()
public double[,] GetValues()
public: double[,]* GetValues(); 
public:
array<double,>^ GetValues(); 

Return Value

Two dimention array of doubles.
See Also

Reference

IGDoubleMatrix Class
IGDoubleMatrix Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback