MWArrayNumberOfElements Property |
Read only property returning the number of elements in the MWArray.
Namespace: MathWorks.MATLAB.NET.ArraysAssembly: MWArray (in MWArray.dll) Version: 2.24.1.0 (2.24.1.0)
Syntax public int NumberOfElements { get; }
Property Value
Type:
Int32Remarks
Equivalent to prod(size(A)) for non-empty arrays. See NUMEL function in the MATLAB documentation.
See Also