AltaxoVariantUnaryPlus Operator |
Applies the unary plus 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 unary plus.
See Also