Vuo  2.0.0
VuoRoundingMethod.h
Go to the documentation of this file.
1 
10 #pragma once
11 
14 #define VuoList_VuoRoundingMethod_TYPE_DEFINED
15 
28 typedef enum
29 {
30  VuoRoundingMethod_Nearest,
31  VuoRoundingMethod_Down,
32  VuoRoundingMethod_Up
34 
39 
40 #define VuoRoundingMethod_SUPPORTS_COMPARISON
41 bool VuoRoundingMethod_areEqual(const VuoRoundingMethod valueA, const VuoRoundingMethod valueB);
43 
53