Next: Events
Up: Utility (calc) Plugin
Previous: Connection
Subsections
int calcAlias:itimes(int v1, int v2);
- Multiplies the two integers and .
int calcAlias:idiv(int v1, int v2);
- Divides the two integers and ,
int calcAlias:stop(int v, int m);
- Calculates the modulo of from
int calcAlias:stop(int v1, int v2);
- Adds the two integers and .
int calcAlias:isub(int v1, int v2);
- Subtracts the integer from .
string calcAlias:i2s(int v);
- Converts the integer value into a string.
float calcAlias:i2f(int v);
- Converts the integer value into a float.
float calcAlias:fadd(float v1, float v2);
- Adds the two floats and .
float calcAlias:fsub(float v1, float v2);
- Subtracts the float from .
float calcAlias:ftimes(float v1, float v2);
- Multiplies the two floats and .
float calcAlias:fdiv(float v1, float v2);
- Divides by
float calcAlias:fmod(float v, float m);
- Calculates the modulo of from
string calcAlias:f2s(float f);
- Converts the float to string.
string calcAlias:sadd(string s1, string s2);
- Concatenates to .
int calcAlias:s2i(string s);
- Converts the string into an integer
float calcAlias:s2f(string s);
- Converts the string into a float.
float calcAlias:pi(void);
- Returns the number
int calcAlias:irandom(int p1, int p2);
- Returns a random number in the range
float calcAlias:uptime(void);
- Returns the uptime of the matrix in seconds.
int calcAlias:get_data_year(void);
- Returns the current year.
int calcAlias:get_data_month(void);
- Returns the current year.
int calcAlias:get_data_mday(void);
- Returns the day in month.
int calcAlias:get_data_wday(void);
- Returns the day in week.
int calcAlias:get_data_yday(void);
- Returns the day in year.
int calcAlias:get_data_wday(void);
- Returns the day in week.
int calcAlias:get_data_min(void);
- Returns the actual minute.
int calcAlias:get_data_sec(void);
- Returns the actual second.
int calcAlias:trigger_lable_insec(string lable, float secs);
- Triggers the lable in seconds.
Next: Events
Up: Utility (clac) Plugin
Previous: Connection
Volker Christian
2000-10-24