PartitionedMultiset Constructor |
Creates a new Partionted Multiset.
Namespace:
VDS.RDF.Query.Algebra
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public PartitionedMultiset(
int numPartitions,
int partitionSize
)
Public Sub New (
numPartitions As Integer,
partitionSize As Integer
)
Parameters
- numPartitions
- Type: SystemInt32
Number of partitions. - partitionSize
- Type: SystemInt32
Partition Size.
See Also