Gets the number of columns in self.
Namespace:
CenterSpace.NMath.MatrixAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public int Cols { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Cols As Integer |
| Visual C++ |
|---|
public: virtual property int Cols { int get () sealed; } |