Factorial Data Member Function

Returns the value of the array values multiplied against each other. For example: 1, 2, 3, 5 = 1 * 2 * 3 * 5 = 30.

Prototype

uint32 Factorial()

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.