TInteger.NewFromTwosComplement

Constructs a TInteger from a big endian 2's complement representation

Source

Integer.pas (83)

Description

If the first bit is set the value will be interpreted as a negative value, otherwise it will be a positive value or zero.