論理積 (AND)
x && y
x : 入力オブジェクト (Scalar, Series, Snapshot)
y : 入力オブジェクト (Scalar, Series, Snapshot)
% x = 1 % y = 1 % x && y 1