Declaration
!
go
Parameters
Input
Name | Type | Description |
---|---|---|
Value | Bool | The value to execute NOT calculation |
Return
Type | Description |
---|---|
Bool | The result of NOT calculation |
Logical inversion, input value: true or false, return value: false or true
!
go
Name | Type | Description |
---|---|---|
Value | Bool | The value to execute NOT calculation |
Type | Description |
---|---|
Bool | The result of NOT calculation |