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

Computes faculty of N.

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

Syntax

Visual Basic (Declaration)
Public Shared Function Faculty ( _
	num As Integer _
) As Integer
C#
public static int Faculty (
	int num
)
Visual C++
public:
static int Faculty (
	int num
)

Parameters

num
System.Int32
to compute faculty for

Return Value

N!