comparison src/DLD-FUNCTIONS/typecast.cc @ 8715:954b6f69f51d

doc fixes
author John W. Eaton <jwe@octave.org>
date Tue, 10 Feb 2009 16:02:36 -0500
parents da2fbd22d672
children eb63fbe60fab
comparison
equal deleted inserted replaced
8714:1f0c3b2961d7 8715:954b6f69f51d
127 127
128 return retval; 128 return retval;
129 } 129 }
130 130
131 DEFUN_DLD (typecast, args, , 131 DEFUN_DLD (typecast, args, ,
132 " -*- texinfo -*-\n\ 132 "-*- texinfo -*-\n\
133 @deftypefn {Loadable Function} {} typecast (@var{x}, @var{type})\n\ 133 @deftypefn {Loadable Function} {} typecast (@var{x}, @var{type})\n\
134 Convert from one datatype to another without changing the underlying\n\ 134 Convert from one datatype to another without changing the underlying\n\
135 data. The argument @var{type} defines the type of the return argument\n\ 135 data. The argument @var{type} defines the type of the return argument\n\
136 and must be one of 'uint8', 'uint16', 'uint32', 'uint64', 'int8', 'int16',\n\ 136 and must be one of 'uint8', 'uint16', 'uint32', 'uint64', 'int8', 'int16',\n\
137 'int32', 'int64', 'single' or 'double'.\n\ 137 'int32', 'int64', 'single' or 'double'.\n\