| SimilarityMatrixMatrix Property  | 
            Gets or sets similarity matrix values in a 2-D integer array.
            
 
Namespace: Bio.SimilarityMatricesAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntaxpublic int[][] Matrix { get; protected set; }Public Property Matrix As Integer()()
	Get
	Protected Set
public:
property array<array<int>^>^ Matrix {
	array<array<int>^>^ get ();
	protected: void set (array<array<int>^>^ value);
}member Matrix : int[][] with get, set
Property Value
Type: 
Int32
See Also