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

Exchange matrix columns.

Syntax
C#
Visual Basic
public TMtx 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!