MATLAB Function Reference
  Go to function:
    Search    Help Desk 
bitmax    See Also

Maximum floating-point integer

Syntax

Description

bitmax returns the maximum unsigned floating-point integer for your computer. It is the value when all bits are set. On IEEE machines, this is the value .

See Also

bitand      Bit-wise AND

bitcmp      Complement bits

bitget      Get bit

bitor       Bit-wise OR

bitset      Set bit

bitshift    Bit-wise shift

bitxor      Bit-wise XOR



[ Previous | Help Desk | Next ]