ArrayAttributes.OnesComplement Operator

Returns the complement of the attribute flags.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
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