Click or drag to resize

FactorItem Property

Gets the element at the given index.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public Object this[
	int index
] { get; }

Parameters

index  Int32
 

Return Value

Object
Returns this.Levels[ this.Data[index] ].
See Also