Click or drag to resize

AtalaInt128BitwiseOr Method

Performs a bitwise OR on two AtalaInt128 objects.

Namespace:  Atalasoft.Imaging
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public static AtalaInt128 BitwiseOr(
	AtalaInt128 bi1,
	AtalaInt128 bi2
)

Parameters

bi1
Type: Atalasoft.ImagingAtalaInt128
The first AtalaInt128 in the calculation.
bi2
Type: Atalasoft.ImagingAtalaInt128
The second AtalaInt128 in the calculation.

Return Value

Type: AtalaInt128
The results of the calculation.
Remarks
The standard OR operator can be used on AtalaInt128 object instead of calling this method.
See Also