warp.unot#

warp.unot(a: bool) bool#
  • Kernel

  • Python

Compute logical NOT of a.

Returns:

True if a is falsy (False, zero, or an empty/null array), False otherwise.

warp.unot(a: int8) bool
  • Kernel

  • Python

Compute logical NOT of a.

Returns:

True if a is falsy (False, zero, or an empty/null array), False otherwise.

warp.unot(a: uint8) bool
  • Kernel

  • Python

Compute logical NOT of a.

Returns:

True if a is falsy (False, zero, or an empty/null array), False otherwise.

warp.unot(a: int16) bool
  • Kernel

  • Python

Compute logical NOT of a.

Returns:

True if a is falsy (False, zero, or an empty/null array), False otherwise.

warp.unot(a: uint16) bool
  • Kernel

  • Python

Compute logical NOT of a.

Returns:

True if a is falsy (False, zero, or an empty/null array), False otherwise.

warp.unot(a: int32) bool
  • Kernel

  • Python

Compute logical NOT of a.

Returns:

True if a is falsy (False, zero, or an empty/null array), False otherwise.

warp.unot(a: uint32) bool
  • Kernel

  • Python

Compute logical NOT of a.

Returns:

True if a is falsy (False, zero, or an empty/null array), False otherwise.

warp.unot(a: int64) bool
  • Kernel

  • Python

Compute logical NOT of a.

Returns:

True if a is falsy (False, zero, or an empty/null array), False otherwise.

warp.unot(a: uint64) bool
  • Kernel

  • Python

Compute logical NOT of a.

Returns:

True if a is falsy (False, zero, or an empty/null array), False otherwise.

warp.unot(a: Array[Any]) bool
  • Kernel

Compute logical NOT of a.

Returns:

True if a is falsy (False, zero, or an empty/null array), False otherwise.