23.07.2012 Views

MATLAB C++ Math Library Reference

MATLAB C++ Math Library Reference

MATLAB C++ Math Library Reference

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

itshift<br />

0bitshift<br />

Purpose Bit-wise shift<br />

<strong>C++</strong> Prototype mwArray bitshift(const mwArray &A, const mwArray &k=mwArray::DIN,<br />

const mwArray &n=mwArray::DIN);<br />

<strong>C++</strong> Syntax #include "matlab.hpp"<br />

<strong>MATLAB</strong><br />

Syntax<br />

49<br />

mwArray A, k, n; // Input argument(s)<br />

mwArray C; // Return value<br />

C = bitshift(A,k,n);<br />

C = bitshift(A,n);<br />

C = bitshift(A,k,n)<br />

C = bitshift(A,k)<br />

See Also <strong>MATLAB</strong> bitshift Calling Conventions

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!