It should be, and both of your examples should also be implicit
(not requiring the cast). However there may not be an int64 type...
MS


shri humrudha wrote:
> Hi,
> 
> For example:
> 
> C: float b;
>      int a=(int) b;
> 
> nesC: uint16_t a;
>             uint64_t b=(uint64_t) a;
> 
> In nesC is this possible?
> 
> Thanks.
> 
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Tinyos-help mailing list
> Tinyos-help@millennium.berkeley.edu
> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
_______________________________________________
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to