Method: Vips::Image#ceil
- Defined in:
- lib/vips8/image.rb
permalink #ceil ⇒ Image
Return the smallest integral value not less than the argument.
940 941 942 |
# File 'lib/vips8/image.rb', line 940 def ceil round :ceil end |
Return the smallest integral value not less than the argument.
940 941 942 |
# File 'lib/vips8/image.rb', line 940 def ceil round :ceil end |