  | DoubleMatrixIsCompactStride Property | 
            Returns true if the matrix data is in column major contiguous 
            storage.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic bool IsCompactStride { get; }Public ReadOnly Property IsCompactStride As Boolean
	Get
public:
property bool IsCompactStride {
	bool get ();
}member IsCompactStride : bool with get
Property Value
Boolean
See Also