|  | SliceLength Method | 
            Calculates the length of this slice.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic virtual int Length(
	int len
)
Public Overridable Function Length ( 
	len As Integer
) As Integer
public:
virtual int Length(
	int len
)
abstract Length : 
        len : int -> int 
override Length : 
        len : int -> int Parameters
- len  Int32
- The length of the underlying data structure.
Return Value
Int32The number of elements.
 See Also
See Also