AltaxoVariantOnesComplement Operator |
Applies the bitwise complement operator to a variant.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static AltaxoVariant operator ~(
AltaxoVariant a
)
Parameters
- a AltaxoVariant
- The operand.
Return Value
AltaxoVariantThe result of applying the bitwise complement operator.
See Also