Constructs an RawInt128 value.

Namespace: Tangosol.IO.Pof
Assembly: Coherence (in Coherence.dll) Version: 12.1.2.0 (12.1.2.0)

Syntax

C#
public RawInt128(
	byte[] bytes
)

Parameters

bytes
Type: array<System..::..Byte>[]()[][]
The array of signed bytes representing RawInt128 value.

See Also