Gets or sets the component at the specified index.
            
            
            
            
            
            
            
            '宣言
 
Public Overloads Property Item( _
   ByVal  As System.Integer, _
   ByVal column As System.Integer _
) As System.Single
             
        
            
            public System.float Item( 
   System.int ,
   System.int column
) {get; set;}
             
        
             
        
            パラメータ
- row
 
- The row of the matrix to access.
 - column
 
- The column of the matrix to access.
 
            
            プロパティ値
The value of the matrix component, depending on the index.The value of the component at the specified index.