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 SourceApproximate
Compute approximate result.
Declaration
public const string Approximate = "approximate"
Field Value
Type | Description |
---|---|
System.String |
Float
Floating point.
Declaration
public const string Float = "float"
Field Value
Type | Description |
---|---|
System.String |
Integer
Integer.
Declaration
public const string Integer = "integer"
Field Value
Type | Description |
---|---|
System.String |