BS2sx NCD FUNCTION
Sarah Rose
Posts: 7
Can the NCD function recieve a decimal value, or does it have to receive a binary value?
Can I say, for example:
V2= V1/8
Result = NCD V2
Also, can i use decimals in the code, like the value 8.2, or will it only accept integers?
Can I say, for example:
V2= V1/8
Result = NCD V2
Also, can i use decimals in the code, like the value 8.2, or will it only accept integers?
Comments
The Stamp only works 16 bit binary values and only works with integers, but in some cases it is possible to work round what you want.This link has some great info on the Stamp and math.· http://www.emesys.com/BS2index.htm#math
Jeff T.
thanks!