property signed

(r/w) bool signed;

Typ

Zugriff

This property gets or sets a value indicating whether bigInt value is signed. This property defaults to true. Set this property to false for unsigned values.
var bigInt = shell.serviceManager.basics.bigInt;
bigInt.signed = false;