Property | Type | Description | |
---|---|---|---|
SetupData | void | ||
Sum | int | ||
Sum | long | ||
Sum | short | ||
SumParallel | object | ||
SumSequental | object |
Method | Description | |
---|---|---|
Sum ( [ source, bool parallel ) : int | ||
Sum ( [ source, bool parallel ) : long | ||
Sum ( [ source, bool parallel ) : short |
Method | Description | |
---|---|---|
SetupData ( ) : void | ||
Sum ( [ source, int startIndex, int endIndex ) : int | ||
Sum ( [ source, int startIndex, int endIndex ) : long | ||
Sum ( [ source, int startIndex, int endIndex ) : short | ||
SumParallel ( ) : object | ||
SumSequental ( ) : object |
public static Sum ( [ source, bool parallel ) : int | ||
source | [ | |
parallel | bool | |
return | int |
public static Sum ( [ source, bool parallel ) : long | ||
source | [ | |
parallel | bool | |
return | long |
public static Sum ( [ source, bool parallel ) : short | ||
source | [ | |
parallel | bool | |
return | short |