Click or drag to resize

DoubleColumnvop_Plus Method

Applies the unary plus operator.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public override bool vop_Plus(
	out DataColumn b
)

Parameters

b  DataColumn
The result of the operation.

Return Value

Boolean
true if successful; otherwise, false.
See Also