Ignore:
Timestamp:
03/14/07 18:13:39 (17 years ago)
Author:
pinsard
Message:

improvements of some *.pro

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/ToBeReviewed/LECTURE/binary.pro

    r142 r223  
    22; @file_comments 
    33; Returns the binary representation of a number of any numerical type. 
    4 ;  
     4; 
    55; @param NUMBER {in}{required} 
    66; scalar or array of numbers (any numerical type) 
    7 ;  
    8 ; @Returns 
     7; 
     8; @returns 
    99; Byte array with binary representation of numbers. 
    10 ;  
    11 ; @Examples 
     10; 
     11; @examples 
    1212;   Binary representation of 11b: 
    1313;     IDL> print, binary(11b) 
     
    2626;     alpha   vms     0fda4149 68c0a221     49 41 da 0f 21 a2 c0 68 
    2727;     (Beginning with IDL 5.1, Alpha VMS uses IEEE representation as well.) 
    28 ;  
    29 ; @history: 
     28; 
     29; @history 
    3030;    19 Dec 1997  Originally a news posting by David Fanning. 
    3131;                       (Re: bits from bytes) 
Note: See TracChangeset for help on using the changeset viewer.