Difference between pages "File" and "File:2gb.jpg"

From Mesham
(Difference between pages)
Jump to navigationJump to search
(Created page with '== Syntax == File == Semantics == A file handle with which the programmer can use to reference open files on the file system == Example == var i:File; In this example vari…')
 
(Fast Fourier Transformation with 2GB of data)
 
Line 1: Line 1:
== Syntax ==
+
Fast Fourier Transformation with 2GB of data
 
 
File
 
 
 
== Semantics ==
 
 
 
A file handle with which the programmer can use to reference open files on the file system
 
 
 
== Example ==
 
 
 
var i:File;
 
 
 
In this example variable ''i'' is explicitly declared to be of type ''File''.
 
 
 
== Communication ==
 
 
 
{{ElementTypeCommunication}}
 
 
 
[[Category:Element Types]]
 
[[Category:Type Library]]
 

Revision as of 17:52, 11 January 2010

Fast Fourier Transformation with 2GB of data