BitOperationsLogicalAnd(Decimal, Decimal) Method

Definition

Namespace: Jodosoft.Numerics
Assembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
public static decimal LogicalAnd(
	decimal left,
	decimal right
)

Parameters

left  Decimal
 
right  Decimal
 

Return Value

Decimal

See Also