Subset.BitwiseOr Operator
Returns a subset that represents the union of two subsets.
DefinitionPermalink
Namespace: Extreme.DataAnalysis
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
A Subset representing the union of subset1 and subset2.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public static Subset operator |(
Subset subset1,
Subset subset2
)
ParametersPermalink
Return ValuePermalink
SubsetA Subset representing the union of subset1 and subset2.
RemarksPermalink
An observation matches the union of two subsets if it matches one or the other or both subsets. subset1 and subset2 must have the same length.