enum

Vips::Enums::OperationRound

Inherits Enum / Comparable / Value / Object

Constants

Rint = 0
Ceil = 1
Floor = 2

Instance methods

ceil?

Returns true if this enum value equals Ceil

Source
floor?

Returns true if this enum value equals Floor

Source
rint?

Returns true if this enum value equals Rint

Source