Main Page | Packages | Class Tree | Index | Help

<root>

class Number

Object
  |
  +--Number


intrinsic class Number
extends Object

ActionScript Standard Library Number object



Field Summary

static
MAX_VALUE: Number


static
MIN_VALUE: Number


static
NaN: Number


static
NEGATIVE_INFINITY: Number


static
POSITIVE_INFINITY: Number


Fields inherited from class Object

__proto__, constructor, prototype

Constructor


Number ( num: Object)


Methods inherited from class Object

addProperty, hasOwnProperty, isPropertyEnumerable, isPrototypeOf, registerClass, toLocaleString, toString, unwatch, valueOf, watch



Field Documentation

MAX_VALUE

static var MAX_VALUE: Number

MIN_VALUE

static var MIN_VALUE: Number

NaN

static var NaN: Number

NEGATIVE_INFINITY

static var NEGATIVE_INFINITY: Number

POSITIVE_INFINITY

static var POSITIVE_INFINITY: Number

Constructor Documentation

Number

function Number(num: Object)

The documentation was generated from the following file:


Copyright © 1997-2005 Macromedia, Inc. All rights reserved. Generated with AS2Doc