Integer Absolute Value¶
Documentation¶
- Class name:
JWIntegerAbsolute
- Category:
jamesWalker55
- Output node:
False
The node computes the absolute value of an integer, transforming negative values to their positive counterparts without changing positive values.
Input types¶
Required¶
value
- Specifies the integer whose absolute value is to be computed. This input determines the magnitude of the output while ensuring it is non-negative.
- Comfy dtype:
INT
- Python dtype:
int
Output types¶
int
- Comfy dtype:
INT
- The non-negative absolute value of the input integer.
- Python dtype:
int
- Comfy dtype:
Usage tips¶
- Infra type:
CPU
- Common nodes: unknown