Click or drag to resize

AtalaInt128Subtraction Operator

Calculates the difference between the two 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,
	AtalaInt128 bi2
)

Parameters

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

Return Value

Type: AtalaInt128
Exceptions
ExceptionCondition
ArithmeticException
See Also