Page 1 of 1

BITSHIFT(A,K,N) will not accept integer valued input N in a future release

Posted: Thu Jul 20, 2017 6:37 am
by matlab1
BITSHIFT(A,K,N) will not accept integer valued input N in a future release. Use BITSHIFT(A,K,ASSUMEDTYPE) instead.