Fluent Calculations Primitives Class Library Documentation
C#
Test additional content header
Show/Hide TOC
Condition
Ones
Complement 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
C#
Copy
View Source
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
IBitwiseOperators
TSelf, TOther, TResult
OnesComplement(TSelf)
See Also
Reference
Condition Class
Fluent.Calculations.Primitives.BaseTypes Namespace
In This Article
Definition
Parameters
Return Value
Implements
See Also