TNumberTranspose Method
Switch the orientation of a matrix or vector, i.e., from horizontal to vertical and vice versa.
Namespace: SMath.Math.NumericAssembly: SMath.Math.Numeric (in SMath.Math.Numeric.dll) Version: 1.67.9018.0
public TNumber Transpose()
Public Function Transpose As TNumber
public:
TNumber^ Transpose()
member Transpose : unit -> TNumber
Return Value
TNumberMatrix or vector with a switched orientation.