Array Attributes.Ones Complement Operator
Returns the complement of the attribute flags.
Definition
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
An array attributes value that contains the complement of the flags in operand.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public static ArrayAttributes operator ~(
ArrayAttributes operand
)
Parameters
- operand ArrayAttributes
- A value.
Return Value
ArrayAttributesAn array attributes value that contains the complement of the flags in operand.