Array Attributes.Bitwise Or Operator
Returns the array attribute flags that are set in either of two array attributes.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
An array attributes value that combines the flags that are set in first or second.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public static ArrayAttributes operator |(
ArrayAttributes first,
ArrayAttributes second
)
Parameters
- first ArrayAttributes
- The first value.
- second ArrayAttributes
- The second value.
Return Value
ArrayAttributesAn array attributes value that combines the flags that are set in first or second.