| 
            
              MatrixSwapT Method (T, T)
             | 
          
        
         
              Swaps the contents of two object references.
            
 
    Namespace: 
   Accord.Math
    Assembly:
   Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntaxpublic static void Swap<T>(
	ref T a,
	ref T b
)
Public Shared Sub Swap(Of T) ( 
	ByRef a As T,
	ByRef b As T
)
 Request Example
		View SourceParameters
- a
 - Type: T
 - b
 - Type: T
 
Type Parameters
- T
 
See Also