Click or drag to resize

SliceBegin Method

Calculates the starting element of this slice.

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

Parameters

len  Int32
The length of the underlying data structure.

Return Value

Int32
The starting element.
See Also