Click or drag to resize

AltaxoVariantOnesComplement Operator

Applies the bitwise complement operator to a variant.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static AltaxoVariant operator ~(
	AltaxoVariant a
)

Parameters

a  AltaxoVariant
The operand.

Return Value

AltaxoVariant
The result of applying the bitwise complement operator.
See Also