Click or drag to resize

AtalaInt128 Constructor (Byte)

Creates a new instance of AtalaInt128 from an array of bytes.

Namespace:  Atalasoft.Imaging
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public AtalaInt128(
	byte[] inData
)

Parameters

inData
Type: SystemByte

The byte values.

The lowest index of the input byte array (i.e [0]) should contain the most significant byte of the number, and the highest index should contain the least significant byte.

Exceptions
ExceptionCondition
Thrown if the inData argument is null (Nothing in VB).
Thrown if the inData argument contains too many bytes.
Remarks
Note that this method of initialization does not allow the sign to be specified.
See Also