Package apple.accelerate.enums
Class BNNSInterpolationMethod
- java.lang.Object
-
- apple.accelerate.enums.BNNSInterpolationMethod
-
public final class BNNSInterpolationMethod extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static intBNNSInterpolationMethodLinearstatic intBNNSInterpolationMethodNearest
-
-
-
Field Detail
-
BNNSInterpolationMethodNearest
public static final int BNNSInterpolationMethodNearest
- See Also:
- Constant Field Values
-
BNNSInterpolationMethodLinear
public static final int BNNSInterpolationMethodLinear
- See Also:
- Constant Field Values
-
-