Click or drag to resize

AtalaInt128Compare Method

Compares two AtalaInt128 objects.

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 int Compare(
	AtalaInt128 bi1,
	AtalaInt128 bi2
)

Parameters

bi1
Type: Atalasoft.ImagingAtalaInt128
The first AtalaInt128 to compare.
bi2
Type: Atalasoft.ImagingAtalaInt128
The AtalaInt128 to compare against.

Return Value

Type: Int32
Returns -1 if bi1 is less than bi2, 1 of bi1 is greater than bi2 or 0 if the values are equal.
See Also