Array Attributes.Bitwise And Operator
Returns the array attribute flags that are set in 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 and 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 and second.