You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TMtxInt Class > TMtxInt Methods > Transp Method > TMtxInt.Transp Method ()
Dew Math for .NET
ContentsIndexHome
Example
var A: TMtxInt; begin CreateIt(A); A.Size(2,1); // 2x1 integer matrix A.SetVal(3); A.Transp; FreeIt(A); end;
Copyright (c) 1999-2024 by Dew Research. All rights reserved.