Property | Type | Description | |
---|---|---|---|
DefaultPartitionCount | int |
Method | Description | |
---|---|---|
CreateRangePartition ( int fromInclusive, int toExclusive ) : int>>.OrderablePartitioner |
NET-4.0 에서만 지원하는 범위로 분할하는 분할자를 구현하였음. NET-3.5 환경에서만 사용하세요
|
|
CreateRangePartition ( long fromInclusive, long toExclusive ) : long>>.OrderablePartitioner |
NET-4.0에서만 지원하는 범위로 분할하는 분할자를 구현하였음. NET-3.5 환경에서만 사용하세요
|
public static CreateRangePartition ( int fromInclusive, int toExclusive ) : int>>.OrderablePartitioner |
||
fromInclusive | int | |
toExclusive | int | |
return | int>>.OrderablePartitioner |
public static CreateRangePartition ( long fromInclusive, long toExclusive ) : long>>.OrderablePartitioner |
||
fromInclusive | long | |
toExclusive | long | |
return | long>>.OrderablePartitioner |