Float Minimum¶
Documentation¶
- Class name:
JWFloatMin
- Category:
jamesWalker55
- Output node:
False
The JWFloatMin node calculates the minimum of two floating-point numbers, providing a simple yet essential mathematical operation for numerical data processing.
Input types¶
Required¶
a
- The first floating-point number to compare. It plays a crucial role in determining the minimum value when compared with the second number.
- Comfy dtype:
FLOAT
- Python dtype:
float
b
- The second floating-point number to compare. It is essential for determining the minimum value in conjunction with the first number.
- Comfy dtype:
FLOAT
- Python dtype:
float
Output types¶
float
- Comfy dtype:
FLOAT
- The minimum value between the two input floating-point numbers.
- Python dtype:
float
- Comfy dtype:
Usage tips¶
- Infra type:
CPU
- Common nodes: unknown