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

Online Help

DataInterfaceStream

  

Get

  

return the data stored in the DataInterfaceStream

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

stream:-Get( )

Parameters

stream

-

DataInterfaceStream module

Description

• 

Get returns the remainder of the data stored in stream. If no data has been accessed with Read or Skip then Get returns the entire element.

Examples

(1)

(2)

[   1..127 1-D Array   ]

[ datatype= integer[1] ]

[ storage= rectangular ]

[    order=C_order]    ]

(3)

(4)

(5)

(6)

(7)

(8)

(9)

[   1..112 1-D Array    ]

[ Data Type: integer[1] ]

[ Storage: rectangular  ]

[    Order: C_order     ]

See Also

Database

Database[DataInterfaceStream]

Database[DataInterfaceStream][Read]

Database[DataInterfaceStream][Type]

Database[usage]

 


Download Help Document