Ceil
Category: Math
Signature
Ceil(value As Double)
Returns
Integer
Description
Rounds the value up to the next whole integer.
Example
rows = Ceil(imageHeight / 16.0)
Category: Math
Ceil(value As Double)
Integer
Rounds the value up to the next whole integer.
rows = Ceil(imageHeight / 16.0)