PutElementIn<n>D<Type-Name>Array
Example: PutElementIn<n>D<Type-Name>Array | Array Types and Functions |
Stores an element in an array of the appropriate type.
void PutElementIn<n>D<Type-Name>Array( <Type-Name>Array array, int index1,...int indexn, <Actual Type-Name> Value );
Array | An array of the specified type. |
index1,... indexn | The indices of the element to be stored. |
Value | The value to be stored, in the native type of the language. |
The PutElementIn<n>D<Type-Name>Array family of functions store a value of a given type in an array of the lrc type given in Type-Name.
Return Values
Parameterization
Parameterization is not applicable to this function.