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

From Neos Wiki
Jump to navigation Jump to search
(Created page with "'''Clamp01'''ノードは Clamp_(LogiX_node) と同じように機能しますが、Min と Max の入力がそれぞれ 0 と 1 に固定されている点が異なりま...")
(Created page with "出力は、Value入力が0と1の間でクランプ値です。")
Line 9: Line 9:
 
'''Clamp01'''ノードは [[Clamp_(LogiX_node)]] と同じように機能しますが、Min と Max の入力がそれぞれ 0 と 1 に固定されている点が異なります。  
 
'''Clamp01'''ノードは [[Clamp_(LogiX_node)]] と同じように機能しますが、Min と Max の入力がそれぞれ 0 と 1 に固定されている点が異なります。  
  
The output will be the Value input clamped between 0 and 1.
+
出力は、Value入力が0と1の間でクランプ値です。
  
 
== Usage ==
 
== Usage ==

Revision as of 12:33, 13 February 2022

Other languages:
English • ‎日本語
Clamp01
'Clamp01' LogiX node
Inputs
  Float Value
Outputs
  Float *

Clamp01ノードは Clamp_(LogiX_node) と同じように機能しますが、Min と Max の入力がそれぞれ 0 と 1 に固定されている点が異なります。

出力は、Value入力が0と1の間でクランプ値です。

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. The datatype must support decimal places due to the nature of the function.

Examples

Example of Clamp01 node

Node Menu

NodeMenu-Math/ja