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

From Neos Wiki
Jump to navigation Jump to search
(Created page with "Clamp (LogiXノード)")
 
(Created page with "''Clamp'''ノードは3つの数値入力を受け取り、Min と Max 入力の間にクランプされた Value 入力を出力します。")
Line 9: Line 9:
 
}}
 
}}
  
The '''Clamp''' node takes 3 numeric inputs and outputs the Value input clamped between the Min and Max inputs.
+
''Clamp'''ノードは3つの数値入力を受け取り、Min と Max 入力の間にクランプされた Value 入力を出力します。
  
 
== Usage ==
 
== Usage ==

Revision as of 12:31, 13 February 2022

Other languages:
English • ‎日本語
Clamp
'Clamp_Float' LogiX node
Inputs
  Float Value
  Float Min
  Float Max
Outputs
  Float *

Clamp'ノードは3つの数値入力を受け取り、Min と Max 入力の間にクランプされた Value 入力を出力します。

Usage

When spawned from the node browser, this node accepts float data by default. However, this node can be overloaded to accept a wide variety of numeric datatypes if an appropriate wire is connected to the input.

Examples

Example of Clamp node

Node Menu

NodeMenu-Math/ja