Click or drag to resize

OperatableObjectvop_Decrement Method

Tries to apply the decrement operator.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public virtual bool vop_Decrement(
	out OperatableObject b
)

Parameters

b  OperatableObject
The operation result if the operation succeeds.

Return Value

Boolean
if the operation was applied; otherwise, .
See Also