Click or drag to resize

AtalaInt128Decrement Method

Reduces the value by 1.

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 Decrement(
	AtalaInt128 bi1
)

Parameters

bi1
Type: Atalasoft.ImagingAtalaInt128
The AtalaInt128 to decrement.

Return Value

Type: AtalaInt128
The new value.
See Also