ComplexMatrix.ColumnDimension Property |
Gets the number of columns in this matrix.
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic int ColumnDimension { get; }
Public ReadOnly Property ColumnDimension As Integer
Get
public:
property int ColumnDimension {
int get ();
}
member ColumnDimension : int with get
Property Value
Type:
Int32
See Also