Gets the total number of data elements.
Namespace:
CenterSpace.NMath.Core
Assembly:
NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public int NumElements { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property NumElements As Integer |
| Visual C++ |
|---|
public:
property int NumElements {
int get ();
} |
See Also