warp.unot#
- warp.unot(a: int8) bool
Kernel
Python
Compute logical NOT of
a.- Returns:
Trueif the integer is 0,Falseotherwise.
- warp.unot(a: uint8) bool
Kernel
Python
Compute logical NOT of
a.- Returns:
Trueif the integer is 0,Falseotherwise.
- warp.unot(a: int16) bool
Kernel
Python
Compute logical NOT of
a.- Returns:
Trueif the integer is 0,Falseotherwise.
- warp.unot(a: uint16) bool
Kernel
Python
Compute logical NOT of
a.- Returns:
Trueif the integer is 0,Falseotherwise.
- warp.unot(a: int32) bool
Kernel
Python
Compute logical NOT of
a.- Returns:
Trueif the integer is 0,Falseotherwise.
- warp.unot(a: uint32) bool
Kernel
Python
Compute logical NOT of
a.- Returns:
Trueif the integer is 0,Falseotherwise.
- warp.unot(a: int64) bool
Kernel
Python
Compute logical NOT of
a.- Returns:
Trueif the integer is 0,Falseotherwise.
- warp.unot(a: uint64) bool
Kernel
Python
Compute logical NOT of
a.- Returns:
Trueif the integer is 0,Falseotherwise.
- warp.unot(a: Array[Any]) bool
Kernel
Compute logical NOT of
a.- Returns:
Trueif the array is empty or null,Falseotherwise.