Method: Vips::Image#rint

Defined in:
lib/vips8/image.rb

#rintImage

Return the nearest integral value.

Returns:

  • (Image)

    rint of image

[View source]

947
948
949
# File 'lib/vips8/image.rb', line 947

def rint
    round :rint
end