comparison scripts/deprecated/java_unsigned_conversion.m @ 19628:fe689210525c gui-release

maint: Periodic merge of stable to gui-release.
author John W. Eaton <jwe@octave.org>
date Tue, 20 Jan 2015 10:05:42 -0500
parents e124ae274013 446c46af4b42
children
comparison
equal deleted inserted replaced
19624:6d75f1683ce8 19628:fe689210525c
22 ## @deftypefnx {Built-in Function} {} java_unsigned_conversion (@var{new_val}, "local") 22 ## @deftypefnx {Built-in Function} {} java_unsigned_conversion (@var{new_val}, "local")
23 ## Query or set the internal variable that controls how integer classes are 23 ## Query or set the internal variable that controls how integer classes are
24 ## converted when Java matrix autoconversion is enabled. When enabled, Java 24 ## converted when Java matrix autoconversion is enabled. When enabled, Java
25 ## arrays of class Byte or Integer are converted to matrices of class uint8 or 25 ## arrays of class Byte or Integer are converted to matrices of class uint8 or
26 ## uint32 respectively. 26 ## uint32 respectively.
27 ## 27 ##
28 ## When called from inside a function with the @qcode{"local"} option, the 28 ## When called from inside a function with the @qcode{"local"} option, the
29 ## variable is changed locally for the function and any subroutines it calls. 29 ## variable is changed locally for the function and any subroutines it calls.
30 ## The original variable value is restored when exiting the function. 30 ## The original variable value is restored when exiting the function.
31 ## @seealso{java_unsigned_autoconversion, java_convert_matrix, debug_java} 31 ## @seealso{java_unsigned_autoconversion, java_convert_matrix, debug_java}
32 ## @end deftypefn 32 ## @end deftypefn