Test additional content header

ConditionOnesComplement Operator

Computes the ones-complement representation of a given value.

Definition

Namespace: Fluent.Calculations.Primitives.BaseTypes
Assembly: Fluent.Calculations.Primitives (in Fluent.Calculations.Primitives.dll) Version: 1.1.0-aplha
public static Condition operator ~(
	Condition value
)

Parameters

value  Condition
The value for which to compute the ones-complement.

Return Value

Condition
The ones-complement of value.

Implements

IBitwiseOperatorsTSelf, TOther, TResultOnesComplement(TSelf)

See Also