Enum Enums.Precision
Computation precision.
Namespace: NetVips
Assembly: NetVips.dll
Syntax
public enum Enums.Precision
Remarks
See for example Conv(Image, Precision?, int?, int?).
Fields
| Name | Description |
|---|---|
| Approximate | Compute approximate result. |
| Float | Floating point. |
| Integer | Integer. |