Array Attributes.Ones Complement Operator
Returns the complement of the attribute flags.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
An array attributes value that contains the complement of the flags in operand.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
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.