Difference between revisions of "Modulo (LogiX node)/ja"

From Neos Wiki
Jump to navigation Jump to search
(Created page with "== 例 == 500px|Distance")
(Created page with "モジュロ演算の一例。ここでは、余りは7です。")
Line 16: Line 16:
 
[[File:LogiX.Operator.Modulo.Example.1.jpg|500px|Distance]]
 
[[File:LogiX.Operator.Modulo.Example.1.jpg|500px|Distance]]
  
An example of Modulo. Here, the remainder is 7.
+
モジュロ演算の一例。ここでは、余りは7です。
  
 
[[File:LogiX.Operator.Modulo.Example.2.jpg|500px|Distance]]
 
[[File:LogiX.Operator.Modulo.Example.2.jpg|500px|Distance]]

Revision as of 13:50, 14 February 2022

Other languages:
English • ‎日本語 • ‎한국어
%
'%' LogiX node
Inputs
  Float A
  Float B
Outputs
  Float *

% ノードは、AをBで割った余りを出力します。

使用方法

上の入力は割られる数、下の入力は割る数です。割った余りを返します。

Distance

モジュロ演算の一例。ここでは、余りは7です。

Distance

We can use the Modulo node to determine whether a number is even or odd. To do this, divide the number by 2. 0 indicates even and 1 indicates odd.

Node Menu

NodeMenu-Operators/ja