- 1、本文档共7页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
as3数据类型说明(AS3 data type description)
as3数据类型说明(AS3 data type description)
AS3 data type description
The base metadata types include Boolean, int, Null, Number, String, uint, and void. The ActionScript core class also defines the following complex data types: Object, Array, Date, Error, Function, RegExp, XML, and XMLList.
Boolean data type
The Boolean data type contains two values: true and false. For variables of type Boolean, any other values are invalid. The default value of a boolean variable that has been declared but uninitialized is false.
Int data type
The int data type is internally stored as a 32 bit integer containing a set of integers between -2147483648 (-231) and 2147483647 (231 - 1) (including -2147483648 and 2147483647). The earlier version of ActionScript provided only the Number data type, which can be used both for integers and floating points. In ActionScript 3, you can now access 32 bit machine types with signed integers and unsigned integers. If your variable will not use floating-point numbers, then using the int data type instead of the Number data type should be faster and more efficient.
The Number data type should be used for integer values less than int or greater than the maximum value of int. The Number data type can handle values between -9007199254740992 and 9007199254740992 (53 bit integer values). The default value of a variable for the int data type is 0.
Null data type
The Null data type contains only one value: null. This is the default value for the String data type and all classes (including the Object class) used to define complex data types. Other base metadata types, such as Boolean, Number, int, and uint, do not contain null values. If you try to assign null to variables such as Boolean, Number, int, or uint, Flash Player converts the null value to the corresponding default value. The Null data type cannot be used as a type annotation.
Number data type
In ActionScript 3, the Number data type can represent integers, unsigned integers, and floating points. Howeve
您可能关注的文档
- (txt版本的)2010-2011学年第一学期形势与政策课免费答案((txt version) free answer for the first semester of the 2010-2011 academic year).doc
- (pmu专稿)援外工程项目施工监理((PMU) construction supervision of foreign aid project).doc
- (广州)检测技术有限公司-岛津_2011830324120051((Guangzhou) Testing Technology Co., Ltd. - SHIMADZU _2011830324120051).doc
- (必读)图片简介((required) picture introduction).doc
- (二)以顾客满意为目标,完善服务质量的管理((two) with customer satisfaction as the goal, improve the quality of service management).doc
- (新版)轮胎翻新技术制造工艺专利大全全文文集((New Edition) tire retreading technology, manufacturing technology patent, Daquan, full text).doc
- (扩词)识字1—课文26((expansion) literacy 1 - text 26).doc
- (二)、人物故事((two) character stories).doc
- (世袭金银财富金银争霸)如何做一名成功的黄金操盘手((hereditary gold and silver wealth, gold and silver contend for hegemony) how to be a successful gold trader).doc
- (精)麦肯锡提案标准流程((standard) McKinsey proposal standard process).doc
- [41703752]英语语法专项之情态动词can+could+may+shall+should(课件)通用版英语 (1).pptx
- [45445831]Unit+3+Period+2 Listening+Grammar知识点课件-2023-2024学年沪教牛津版英语七年级下册.pptx
- [50753490]习作一:我的乐园+课件-2024-2025学年统编版语文四年级下册.pptx
- [50657028]1古诗词三首《四时田园杂兴(其二十五)》课件-2024-2025学年统编版语文四年级下册.pptx
- [41337435]新概念第一册Lesson93-94+课件.pptx
- [50753490]1古诗词三首宿新市徐公店+课件2024-2025学年统编版语文四年级下册 (1).pptx
- [41703752]英语语法专项之情态动词2+will+would+must+have+to+need(课件)通用版英语 (1).pptx
- [50790359]4.1被动运输+课件+2024—2025学年高一上学期生物人教版必修1.pptx
- [32063041]第二章光练习(2)沪教版(上海)物理八年级第一学期.docx
- [50715292]M1U2+Lunch+time+课件-一年级英语下学期(沪教版五四制·2024) (1).pptx
文档评论(0)