Show / Hide Table of Contents

Class Enums.Precision

Computation precision.

Inheritance
System.Object
Enums.Precision
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 Precision
Remarks

See for example Conv(Image, String, Nullable<Int32>, Nullable<Int32>).

Fields

| Improve this Doc View Source

Approximate

Compute approximate result.

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

Float

Floating point.

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

Integer

Integer.

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