HMRES_convertbuffertoint()

Converts a buffer containing integer information from one machine type to another machine type.

Syntax

int HMRES_convertbuffertoint(int fromformat, int toformat, char * buffer);

Type

HyperMesh hmreslib Function

Description

Converts a buffer containing integer information from one machine type to another machine type.

Inputs

fromformat
The format of the "from" buffer.
toformat
The format to which the "from" buffer should be converted.
buffer
A pointer to the buffer being converted.

Example

Returns the converted integer value.

Errors

None.