Calculates the length of this slice.

Namespace:  CenterSpace.NMath.Core
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public virtual int Length(
	int len
)
Visual Basic (Declaration)
Public Overridable Function Length ( _
	len As Integer _
) As Integer
Visual C++
public:
virtual int Length(
	int len
)

Parameters

len
Type: System..::.Int32
The length of the underlying data structure.

Return Value

The number of elements.

See Also