Operations<T>.Not Method

Returns the logical or bitwise complement of two numbers.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public static T Not(
	T operand
)

Parameters

operand  T
 

Return Value

T

See Also