Show / Hide Table of Contents

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 Source

Ceil

The smallest integral value not less than.

Declaration
public const string Ceil = "ceil"
Field Value
Type Description
System.String
| Improve this Doc View Source

Floor

Largest integral value not greater than.

Declaration
public const string Floor = "floor"
Field Value
Type Description
System.String
| Improve this Doc View Source

Rint

Round to nearest.

Declaration
public const string Rint = "rint"
Field Value
Type Description
System.String
  • Improve this Doc
  • View Source
Back to top Generated by DocFX