Matrix<T>.Get Values Method
            
            
            
            
            Infrastructure. 
            
Definition
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
    C#
    
 
 
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public virtual Matrix<T> GetValues(
	int[] newRowIndexes,
	int[] newColumnIndexes,
	T missingValue
)Parameters
- newRowIndexes Int32[]
 - An array containing the new row indexes.
 - newColumnIndexes Int32[]
 - An array containing the new column indexes.
 - missingValue T
 - The value to use for entries.