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

From Neos Wiki
Jump to navigation Jump to search
(Created page with "Clamp01 (LogiXノード)")
 
(Created page with "'''Clamp01'''ノードは Clamp_(LogiX_node) と同じように機能しますが、Min と Max の入力がそれぞれ 0 と 1 に固定されている点が異なりま...")
Line 7: Line 7:
 
}}
 
}}
  
The '''Clamp01''' node functions identically to [[Clamp_(LogiX_node)]] with the exception of the Min and Max inputs being fixed at 0 and 1 respectively.
+
'''Clamp01'''ノードは [[Clamp_(LogiX_node)]] と同じように機能しますが、Min と Max の入力がそれぞれ 0 1 に固定されている点が異なります。
  
 
The output will be the Value input clamped between 0 and 1.
 
The output will be the Value input clamped between 0 and 1.

Revision as of 12:32, 13 February 2022

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

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

The output will be the Value input clamped between 0 and 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