IBM Visualization Data Explorer Programmer's Reference

[ Bottom of Page | Previous Page | Next Page | Table of Contents | Partial Table of Contents | Index ]

DXNewConstantArray, DXNewConstantArrayV

Function

Create an Array containing constant data.

Syntax

#include <dx/dx.h>


ConstantArray DXNewConstantArray (int items, Pointer data, Type t,
Category c, int rank, ...)
ConstantArray DXNewConstantArrayV (int items, Pointer data, Type t,
Category c, int rank, int *shape)

Functional Details

Constant Arrays provide a compact mechanism for representing constant values in Array form. All parameters are required:

The Array created can be deleted with DXDelete. See 4.2 , "Memory Management".

Return Value

Return the Constant Array or returns NULL and sets an error code.

See Also

DXNewArray, DXNewArrayV

"Constant Arrays".


[ Top of Page | Previous Page | Next Page | Table of Contents | Partial Table of Contents | Index ]
[Data Explorer Documentation | QuickStart Guide | User's Guide | User's Reference | Programmer's Reference | Installation and Configuration Guide ]

[Data Explorer Home Page]


[IBM Home Page | Order | Search | Contact IBM | Legal ]