Returns the array attribute flags that are set in either of two array attributes.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static ArrayAttributes operator |(
ArrayAttributes first,
ArrayAttributes second
)
Public Shared Operator Or (
first As ArrayAttributes,
second As ArrayAttributes
) As ArrayAttributes
public:
static ArrayAttributes operator |(
ArrayAttributes first,
ArrayAttributes second
)
static let inline (|||)
first : ArrayAttributes *
second : ArrayAttributes : ArrayAttributes
Parameters
- first
- Type: Extreme.MathematicsArrayAttributes
The first value. - second
- Type: Extreme.MathematicsArrayAttributes
The second value.
Return Value
Type:
ArrayAttributesAn array attributes value that combines the flags
that are set in
first or
second.
Reference