MPSGraphResizeNearestRoundingMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[ObjCRuntime.Native]
public enum MPSGraphResizeNearestRoundingMode
[<ObjCRuntime.Native>]
type MPSGraphResizeNearestRoundingMode =
- Inheritance
-
MPSGraphResizeNearestRoundingMode
- Attributes
Fields
| Name | Value | Description |
|---|---|---|
| RoundPreferCeil | 0 | |
| RoundPreferFloor | 1 | |
| Ceil | 2 | |
| Floor | 3 | |
| RoundToEven | 4 | |
| RoundToOdd | 5 |