Difference between revisions of "Data:getSize"

m (Clarified description)
m (Improve wording)
Line 1: Line 1:
Gets the size in bytes of the Data.
+
Gets the [[ImageData]]'s size in bytes.
 
== Function ==
 
== Function ==
 
=== Synopsis ===
 
=== Synopsis ===
Line 12: Line 12:
 
* [[parent::Data]]
 
* [[parent::Data]]
 
[[Category:Functions]]
 
[[Category:Functions]]
{{#set:Description=Gets the size in bytes of the Data.}}
+
{{#set:Description=Gets the [[ImageData]]'s size in bytes..}}
 
{{#set:Since=000}}
 
{{#set:Since=000}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|Data:getSize}}
 
{{i18n|Data:getSize}}

Revision as of 21:10, 5 June 2016

Gets the ImageData's size in bytes.

Function

Synopsis

size = Data:getSize( )

Arguments

None.

Returns

number size
The size of the Data in bytes.

See Also


Other Languages