Enum Enums.OperationRound
Round operations.
Namespace: NetVips
Assembly: NetVips.dll
Syntax
public enum Enums.OperationRound
Fields
Name | Description |
---|---|
Ceil | The smallest integral value not less than. |
Floor | Largest integral value not greater than. |
Rint | Round to nearest. |