Returns the complement of the attribute flags.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static ArrayAttributes operator ~(
ArrayAttributes operand
)
Public Shared Operator ~ (
operand As ArrayAttributes
) As ArrayAttributes
public:
static ArrayAttributes operator ~(
ArrayAttributes operand
)
F# does not support this operator.
Parameters
- operand
- Type: Extreme.MathematicsArrayAttributes
A value.
Return Value
Type:
ArrayAttributesAn array attributes value that contains the complement
of the flags in
operand.
Reference