ArrayAttributes.BitwiseOr Operator

Returns the array attribute flags that are set in either of two array attributes.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public static ArrayAttributes operator |(
	ArrayAttributes first,
	ArrayAttributes second
)

Parameters

first  ArrayAttributes
The first value.
second  ArrayAttributes
The second value.

Return Value

ArrayAttributes
An array attributes value that combines the flags that are set in first or second.

See Also