OCP Dienste :
basics
>
bigInt
> signed
property
signed
(r/w) bool signed;
Typ
bool
Zugriff
Read/Write
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;