MatrixColumnDimension Property |
Gets the number of columns in this matrix.
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 23.1.416.0 (23.1.416.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