Eyeshot 10 WinForms API Reference
GetCpuCount Method

WinForms Assembly > devDept.Geometry Namespace > UtilityEx Class : GetCpuCount Method
Total number of the items to process
Array of start indices
Array of end indices
Gets the number of logical processors.
Syntax
'Declaration
 
Public Shared Function GetCpuCount( _
   ByVal len As Integer, _
   ByRef startIndex As Integer(), _
   ByRef endIndex As Integer() _
) As Integer
public static int GetCpuCount( 
   int len,
   out int[] startIndex,
   out int[] endIndex
)

Parameters

len
Total number of the items to process
startIndex
Array of start indices
endIndex
Array of end indices

Return Value

The number of logical processors
See Also

Reference

UtilityEx Class
UtilityEx Members