Ceil¶
Documentation¶
- Class name:
DF_Ceil
- Category:
Derfuu_Nodes/Functions/Converters
- Output node:
False
The DF_Ceil node rounds up a given floating-point number to the nearest integer, effectively implementing the mathematical ceiling function.
Input types¶
Required¶
Value
- Specifies the floating-point number to be rounded up to its nearest integer value. This input is crucial for determining the output of the node.
- Comfy dtype:
FLOAT
- Python dtype:
float
Output types¶
int
- Comfy dtype:
INT
- Represents the integer result of rounding up the input floating-point number.
- Python dtype:
int
- Comfy dtype:
Usage tips¶
- Infra type:
CPU
- Common nodes: unknown