| Ceil (ceil(A)) | |
|---|---|
|
|
| Type | |
| Category | Sampling > Operations > Scalar |
Ceil (ceil(A))
Description
Finds the nearest integer that is greater or equal to a.
Operates over all cells of A, a being the cells' value.
Enums
Enum #1
There is currently no description for the enum #1.
- Add
- Subtract
- Multiply
- Divide
- Power
- Max
- Min
- Abs
- Ceil
- Floor
- Round
- Clamp
- Remap
- Sign
- Smoothstep
- Step
- Wrap
Arguments
| Type | Name (Display Name) | Description | Default |
|---|---|---|---|
| Sample | a (A) |
There is currently no description for the argument a. |
Outputs
Sample - result (ceil(A))
There is currently no description for output result.