NullMultisetProduct Method |
Computes the Product of this Multiset and another Multiset.
Namespace:
VDS.RDF.Query.Algebra
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public override BaseMultiset Product(
BaseMultiset other
)
Public Overrides Function Product (
other As BaseMultiset
) As BaseMultiset
Parameters
- other
- Type: VDS.RDF.Query.AlgebraBaseMultiset
Other Multiset.
Return Value
Type:
BaseMultiset
Results in the Other Multiset since for Product we consider this Multiset to contain a single empty Set.
See Also