Click or drag to resize

AtalaInt128LessThanOrEqual Operator

Calculates if the first value is less than or equal to 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
)

Parameters

bi1
Type: Atalasoft.ImagingAtalaInt128
The bi1.
bi2
Type: Atalasoft.ImagingAtalaInt128
The bi2.

Return Value

Type: Boolean
true if the first is less than or equal, false otherwise
See Also