AtalaInt128.LeftShift Operator |
Calculates the left 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)
Syntaxpublic static AtalaInt128 operator <<(
AtalaInt128 bi1,
int shiftVal
)
Public Shared Operator << (
bi1 As AtalaInt128,
shiftVal As Integer
) As AtalaInt128
Parameters
- bi1
- Type: Atalasoft.Imaging.AtalaInt128
The bi1. - shiftVal
- Type: System.Int32
The shift.
Return Value
Type:
AtalaInt128
ExceptionsException | Condition |
---|
ArithmeticException |
Multiplication overflow.
or
Multiplication overflow.
|
See Also