What does the double less-than sign mean?
i came across when looking @ panel class:
private static const layout_property_flag:uint = 1 << 1;
could tell me "<<" means here?
thanks.
left shift
the constant (it evaluates 2) going used bit mask, developer emphasises using shift notation. have written 2 in place of expression.
More discussions in Flex (Read Only)
adobe
Comments
Post a Comment