native max(value1, value2);
Supplies the larger of the two transferred values
Parameter
Explanation
value1
Two values of which the larger one is to be determined
value1
Explanation
Return value
The larger of the two transferred values
native clamp(value, min=cellmin, max=cellmax);
Checks whether the transferred value is between "min" and "max"
Parameter
Explanation
value
Value that is to be checked
min
Lower limit
max
Upper limit
Explanation
Return value
l
"value" if the value is between "min" and "max"
l
"min" is the value is less than "min"
l
"max", if the value is greater than "max"
native swapchars(c);
Swaps the order of the bytes
Parameter
Explanation
c
Value for which the bytes should be swapped over
Explanation
Return value
Value for which the bytes in parameter "c" are swapped over (the lowest byte
becomes the highest byte)
The mode of operation of the following functions corresponds to that of the standard ANSI-C implementation:
native Float:sin(Float:x);
Sine of x
native Float:cos(Float:x);
Cosine of x
native Float:tan(Float:x);
Tangent of x
170
Rev. 05
Summary of Contents for myDatalogEASY V3
Page 2: ......
Page 13: ...Chapter 2 Declaration of conformity Chapter 2 Declaration of conformity Rev 05 13 ...
Page 14: ......
Page 42: ......
Page 76: ......
Page 88: ......
Page 102: ......
Page 110: ......
Page 116: ......
Page 234: ......
Page 244: ......
Page 252: ......
Page 254: ......
Page 266: ......
Page 276: ......