Click or drag to resize

IdentityMultisetUnion Method

Generates the Union of this Set 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
The other Multiset.
See Also