Vuo 2.4.4
Loading...
Searching...
No Matches
VuoRoundingMethod.h
Go to the documentation of this file.
1
10#pragma once
11
12#ifdef __cplusplus
13extern "C" {
14#endif
15
27typedef enum
28{
29 VuoRoundingMethod_Nearest,
30 VuoRoundingMethod_Down,
31 VuoRoundingMethod_Up
33
34#define VuoRoundingMethod_SUPPORTS_COMPARISON
36
38struct json_object *VuoRoundingMethod_getJson(const VuoRoundingMethod value);
41
44
53
58#ifdef __cplusplus
59}
60#endif