ArrayAttributes.OnesComplement Operator

Returns the complement of the attribute flags.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public static ArrayAttributes operator ~(
	ArrayAttributes operand
)

Parameters

operand  ArrayAttributes
A value.

Return Value

ArrayAttributes
An array attributes value that contains the complement of the flags in operand.

See Also