Click or drag to resize

AltaxoVariantBitwiseOr Operator

Applies the bitwise OR operator to two variants.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static AltaxoVariant operator |(
	AltaxoVariant a,
	AltaxoVariant b
)

Parameters

a  AltaxoVariant
The left-hand operand.
b  AltaxoVariant
The right-hand operand.

Return Value

AltaxoVariant
The result of the OR operation.
See Also