Click or drag to resize
MWArrayNumberOfElements Property
Read only property returning the number of elements in the MWArray.

Namespace: MathWorks.MATLAB.NET.Arrays
Assembly: MWArray (in MWArray.dll) Version: 2.24.1.0 (2.24.1.0)
Syntax
C#
public int NumberOfElements { get; }

Property Value

Type: Int32
Remarks
Equivalent to prod(size(A)) for non-empty arrays. See NUMEL function in the MATLAB documentation.
See Also