Returns the array attribute flags that are set in two array attributes.
Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.17114.0)
public static ArrayAttributes operator &(
ArrayAttributes first,
ArrayAttributes second
)
Public Shared Operator And (
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 and
second.
Numerical Libraries
Supported in: 6.0, 5.x
Reference