ByteArray - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


type/ByteArray

check for a byte array

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

type(expr, ByteArray)

Parameters

expr

-

any expression

Description

• 

The type(expr, ByteArray) function returns true if expr is a ByteArray.

• 

A ByteArray is a one-dimensional Array with data type .

• 

This is the standard way of representing an arbitrary chunk of binary data

Examples

(1)

(2)

(3)

(4)

Compatibility

• 

The type/ByteArray command was introduced in Maple 2015.

• 

For more information on Maple 2015 changes, see Updates in Maple 2015.

See Also

Array

Formats/ByType/ByteArray

rtable

rtable_options

type

type/rtable

 


Download Help Document