tuple_nottuple_notTupleNotTupleNottuple_not (算子名称)
名称
tuple_nottuple_notTupleNotTupleNottuple_not — Compute the logical not of a tuple.
参数签名
Herror tuple_not(const Hlong T, Hlong* Not)
Herror T_tuple_not(const Htuple T, Htuple* Not)
def tuple_not(t: MaybeSequence[int]) -> Sequence[int]
def tuple_not_s(t: MaybeSequence[int]) -> int
描述
tuple_nottuple_notTupleNotTupleNotTupleNottuple_not computes the logical not of the input tuple
TTTTtt. The input tuple must contain only integer numbers.
Exception: Empty input tuple
If the input tuple is empty, an exception is raised.
HDevelop In-line Operation
HDevelop provides an in-line operation for tuple_nottuple_notTupleNotTupleNotTupleNottuple_not,
which can be used in an expression in the following syntax:
Not := not T1
运行信息
- Multithreading type: independent (runs in parallel even with exclusive operators).
- 多线程作用域:全局(可以从任何线程调用)。
- 未经并行化处理。
参数表
TTTTtt (input_control) integer(-array) → HTupleMaybeSequence[int]HTupleHtuple (integer) (int / long) (Hlong) (Hlong)
Input tuple.
NotNotNotNotnotnot (output_control) integer(-array) → HTupleSequence[int]HTupleHtuple (integer) (int / long) (Hlong) (Hlong)
Binary not of the input tuple.
可替代算子
tuple_andtuple_andTupleAndTupleAndTupleAndtuple_and,
tuple_ortuple_orTupleOrTupleOrTupleOrtuple_or,
tuple_xortuple_xorTupleXorTupleXorTupleXortuple_xor
参考其它
tuple_bandtuple_bandTupleBandTupleBandTupleBandtuple_band,
tuple_bortuple_borTupleBorTupleBorTupleBortuple_bor,
tuple_bxortuple_bxorTupleBxorTupleBxorTupleBxortuple_bxor,
tuple_bnottuple_bnotTupleBnotTupleBnotTupleBnottuple_bnot
模块
Foundation