Click or drag to resize

SliceLength Method

Calculates the length of this slice.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public virtual int Length(
	int len
)

Parameters

len  Int32
The length of the underlying data structure.

Return Value

Int32
The number of elements.
See Also