Skip to content

BigInt.IsNot

Name - Description Default Type
<input> Big integer represented as bytes. Bytes
<output> A boolean value repesenting the result of the logic operation. Bool
Operand The bytes variable representing the operand None &Bytes

Examples

1
2
3
4
5
6
7
11 (BigInt) = .expected

9 (BigInt)
(BigInt.IsNot
 ;:Operand
 .expected)
(Assert.Is true true)