Class Enums.OperationRound
Round operations.
Inheritance
System.Object
Enums.OperationRound
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: NetVips
Assembly: NetVips.dll
Syntax
public static class OperationRound
Fields
| Improve this Doc View SourceCeil
The smallest integral value not less than.
Declaration
public const string Ceil = "ceil"
Field Value
Type | Description |
---|---|
System.String |
Floor
Largest integral value not greater than.
Declaration
public const string Floor = "floor"
Field Value
Type | Description |
---|---|
System.String |
Rint
Round to nearest.
Declaration
public const string Rint = "rint"
Field Value
Type | Description |
---|---|
System.String |