Click or drag to resize

PartitionedMultisetUnion Method

Does a Union of this Multiset and another Multiset.

Namespace:  VDS.RDF.Query.Algebra
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public override BaseMultiset Union(
	BaseMultiset other
)

Parameters

other
Type: VDS.RDF.Query.AlgebraBaseMultiset
Other Multiset.

Return Value

Type: BaseMultiset

[Missing <returns> documentation for "M:VDS.RDF.Query.Algebra.PartitionedMultiset.Union(VDS.RDF.Query.Algebra.BaseMultiset)"]

See Also