AtalaInt128RightShift Method |
Performs a right bit shift on an AtalaInt128.
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 RightShift(
AtalaInt128 bi1,
int shiftVal
)
Public Shared Function RightShift (
bi1 As AtalaInt128,
shiftVal As Integer
) As AtalaInt128
Parameters
- bi1
- Type: Atalasoft.ImagingAtalaInt128
The AtalaInt128 to shift. - shiftVal
- Type: SystemInt32
The amount of shifting to apply.
Return Value
Type:
AtalaInt128 The results of the calculation.
Remarks The standard Right-Shift operator can be used on AtalaInt128 object
instead of calling this method.
See Also