[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: bitwise operators in IDL?



"Rick Towler" <rtowler@u.washington.edu> writes:

>Is there a built in function in IDL for the c++ bitwise operator "&" or is
>this going to be the first DLM i write?

>Rick Towler


AND, OR, and NOT are bitwise operators.

William Thompson