DoubleColumnvop_Minus Method |
Applies the unary minus operator.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic override bool vop_Minus(
out DataColumn b
)
Parameters
- b DataColumn
- The result of the operation.
Return Value
Booleantrue if successful; otherwise,
false.
See Also