Returns the complement of the attribute flags.
Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
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.
Numerical Libraries
Supported in: 6.0, 5.x
Reference