[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Returns factors for computing the permutation.

Namespace: net.esper.collection
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Shared Function GetFactors ( _
	numElements As Integer _
) As Integer()
C#
public static int[] GetFactors (
	int numElements
)
Visual C++
public:
static array<int>^ GetFactors (
	int numElements
)

Parameters

numElements
System.Int32
number of factors to compute

Return Value

factors list