Click or drag to resize

OperatableObjectLogicalNot Operator

Applies logical negation.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static OperatableObject operator !(
	OperatableObject c1
)

Parameters

c1  OperatableObject
The operand.

Return Value

OperatableObject
The result of applying logical negation.
See Also