# DecodeNumberDict

Named parameters for decodeNumber.

Availability
0.8
0.8
9.2.0
Extends
Object

NOTE

This is an abstract type. Any object of this structure can be used where this type is used.

# Properties

# byteOrder

Availability
0.8
0.8
9.2.0
byteOrder :Number

byte order to decode with.

Default: Native byte order.


# position

Availability
0.8
0.8
9.2.0
position :Number

Index in the source buffer of the first byte of data to decode.

Default: 0


# source

Availability
0.8
0.8
9.2.0
source :Titanium.Buffer

Buffer to decode.


# type

Availability
0.8
0.8
9.2.0
type :String

The encoding type to use.