Vuo 2.4.2
Loading...
Searching...
No Matches
VuoRoundingMethod.h
Go to the documentation of this file.
1
10#pragma once
11
14#define VuoList_VuoRoundingMethod_TYPE_DEFINED
16
28typedef enum
29{
30 VuoRoundingMethod_Nearest,
31 VuoRoundingMethod_Down,
32 VuoRoundingMethod_Up
34
39
40#define VuoRoundingMethod_SUPPORTS_COMPARISON
43
52