ILNumerics Ultimate VS

SettingsDefaultStorageOrder Property

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
The default storage order for new storages. Default: ColumnMajor. Readonly (controlled by ArrayStyle).

[ILNumerics Core Module]

Namespace:  ILNumerics
Assembly:  ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax

public static StorageOrders DefaultStorageOrder { get; }

Property Value

Type: StorageOrders
Remarks

This setting is controlled by the ArrayStyle configuration setting. It returns ColumnMajor for ArrayStyle = ILNumericsV4, and RowMajor for ArrayStyle = numpy.

Valid values are:ColumnMajor and RowMajor.

[ILNumerics Core Module]

See Also

Reference