TMatrix.unit Field
Elements of the matrix indexed by [row, column].
Namespace: SMath.Math.NumericAssembly: SMath.Math.Numeric (in SMath.Math.Numeric.dll) Version: 1.73.9126.0
public readonly TNumber[,] unit
Public ReadOnly unit As TNumber(,)
public:
initonly array<TNumber^,2>^ unit
Field Value
TNumber[2]