Difference between revisions of "Processes"
From Mesham
Jump to navigationJump to search (Created page with '== Overview == This processes[] function will return the number of processes * '''Pass:''' Nothing * '''Returns:''' An integer representing the number of processes == Example …') |
|||
Line 1: | Line 1: | ||
== Overview == | == Overview == | ||
− | This processes | + | This processes() function will return the number of processes |
* '''Pass:''' Nothing | * '''Pass:''' Nothing | ||
− | * '''Returns:''' An | + | * '''Returns:''' An [[Int]] representing the number of processes |
== Example == | == Example == | ||
− | var a:=processes | + | var a:=processes(); |
[[Category:Function Library]] | [[Category:Function Library]] | ||
[[Category:Parallel Functions]] | [[Category:Parallel Functions]] |
Revision as of 13:17, 13 January 2013
Overview
This processes() function will return the number of processes
- Pass: Nothing
- Returns: An Int representing the number of processes
Example
var a:=processes();