Array Attributes.Bitwise And Operator
Returns the array attribute flags that are set in two array attributes.
Definition
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
An array attributes value that combines the flags that are set in first and second.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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 and second.