Swaps the elements in the specified columns.
Namespace: Extreme.Mathematics.LinearAlgebraAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.17114.0)
public override Matrix SwapColumns(
int column1,
int column2
)
Public Overrides Function SwapColumns (
column1 As Integer,
column2 As Integer
) As Matrix
public:
virtual Matrix^ SwapColumns(
int column1,
int column2
) override
abstract SwapColumns :
column1 : int *
column2 : int -> Matrix
override SwapColumns :
column1 : int *
column2 : int -> Matrix
Parameters
- column1
- Type: SystemInt32
Zero-based index of the first column. - column2
- Type: SystemInt32
Zero-based index of the second column.
Return Value
Type:
Matrix
Numerical Libraries
Supported in: 5.x, 4.x
Reference