You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > MatrixInt Structure > MatrixInt Methods > MatrixInt.ColExchange Method
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
MatrixInt.ColExchange Method

Exchange matrix columns.

Syntax
C#
Visual Basic
public TMtxInt ColExchange(int i, int j);

Exchange the i-tj and j-th columns of the calling matrix in-place. An exception is raised if matrix bounds are overrun.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!