Method: Vips::Image#floor
- Defined in:
- lib/vips8/image.rb
permalink #floor ⇒ Image
Return the largest integral value not greater than the argument.
933 934 935 |
# File 'lib/vips8/image.rb', line 933 def floor round :floor end |
Return the largest integral value not greater than the argument.
933 934 935 |
# File 'lib/vips8/image.rb', line 933 def floor round :floor end |