AtalaInt128RightShift Operator |
Calculates the right shift the values
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 operator >>(
AtalaInt128 bi1,
int shiftVal
)
Public Shared Operator >> (
bi1 As AtalaInt128,
shiftVal As Integer
) As AtalaInt128
Parameters
- bi1
- Type: Atalasoft.ImagingAtalaInt128
The bi1. - shiftVal
- Type: SystemInt32
The shift.
Return Value
Type:
AtalaInt128Exceptions Exception | Condition |
---|
ArithmeticException |
Multiplication overflow.
or
Multiplication overflow.
|
See Also