AtalaInt128LessThan Operator |
Calculates if the first value is less than the other.
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 bool operator <(
AtalaInt128 bi1,
AtalaInt128 bi2
)
Public Shared Operator < (
bi1 As AtalaInt128,
bi2 As AtalaInt128
) As Boolean
Parameters
- bi1
- Type: Atalasoft.ImagingAtalaInt128
The bi1. - bi2
- Type: Atalasoft.ImagingAtalaInt128
The bi2.
Return Value
Type:
Booleantrue if the first is less,
false otherwise
See Also