IBitOperations<T>.And Method

Computes a bitwise and of two values.

Definition

Namespace: Extreme.Mathematics.Generic
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
T And(
	T a,
	T b
)

Parameters

a  T
A value.
b  T
A value.

Return Value

T

See Also